Html Css Color HEX #D52780 Deep Cerise

📋 copy color: '#D52780'

red 213 ◦ green 39 ◦ blue 128

#D52780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D52780

Tints of Deep Cerise #D52780

RGB

 RED value IS 213 (83.59% from 255) = 56.05%

 GREEN value IS 39 (15.63% from 255) = 10.26%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 56.05%
G = 10.26%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D52780 (or 0xD52780) is known color: Deep Cerise. HEX triplet: D5, 27 and 80. RGB value is (213,39,128). Sum of RGB (Red+Green+Blue) = 213+39+128=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D52780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52780 is #2AD87F. Grayscale: #646464. Windows color (decimal): -2807936 or 8398805. OLE color: 8398805.

HSL color Cylindrical-coordinate representation of color #D52780: hue angle of 329.31º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52780 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 128 -
CMYK 0 0.82 0.40 0.16
HSL 329.31º 0.69% 0.49% -
HSV(B) 329.31º 0.82% 0.84% -
XYZ 32.06 17.16 22.04 -
YUV 101.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 213 39 128 0 0.82 0.40 0.16 329.31 0.69 0.49
Hex D5 27 80 0 52 28 10 149 45 31
Octal 325 47 200 0 122 50 20 511 105 61
Binary 11010101 100111 10000000 0 1010010 101000 10000 101001001 1000101 110001

Color Harmonies of #D52780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52780

Black with #D52780

Text Example


Text Example

White with #D52780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52780; }

 p { color: rgb(213,39,128); }

 H1.HeaderClassName
 {
   color: #D52780;
 }
 .AnyTagClassName
 {
   color: #D52780;
 }
</style>

background-color css

<style>
 a { background-color: #D52780; }

 a { background-color: rgb(213,39,128); }

 div.DivClassName
 {
   background-color: #D52780;
 }
 .BgClassName
 {
   background-color: #D52780;
 }
</style>

border-color css

<style>
 span { border-color: #D52780; }

 span { border-color: rgb(213,39,128); }

 td.TdClassName
 {
   border-color: #D52780;
 }
 .TagClassName
 {
   border-color: #D52780;
 }
</style>