Html Css Color HEX #D52878 Deep Cerise

📋 copy color: '#D52878'

red 213 ◦ green 40 ◦ blue 120

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

Shades of Deep Cerise #D52878

Tints of Deep Cerise #D52878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 57.1%
G = 10.72%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D52878 (or 0xD52878) is known color: Deep Cerise. HEX triplet: D5, 28 and 78. RGB value is (213,40,120). Sum of RGB (Red+Green+Blue) = 213+40+120=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52878 is #2AD787. Grayscale: #646464. Windows color (decimal): -2807688 or 7874773. OLE color: 7874773.

HSL color Cylindrical-coordinate representation of color #D52878: hue angle of 332.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52878 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 120 -
CMYK 0 0.81 0.44 0.16
HSL 332.25º 0.68% 0.5% -
HSV(B) 332.25º 0.81% 0.84% -
XYZ 31.59 17.02 19.39 -
YUV 100.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 213 40 120 0 0.81 0.44 0.16 332.25 0.68 0.5
Hex D5 28 78 0 51 2C 10 14C 44 32
Octal 325 50 170 0 121 54 20 514 104 62
Binary 11010101 101000 1111000 0 1010001 101100 10000 101001100 1000100 110010

Color Harmonies of #D52878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52878

Black with #D52878

Text Example


Text Example

White with #D52878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52878; }

 p { color: rgb(213,40,120); }

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

background-color css

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

 a { background-color: rgb(213,40,120); }

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

border-color css

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

 span { border-color: rgb(213,40,120); }

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