Html Css Color HEX #D52187 Deep Cerise

📋 copy color: '#D52187'

red 213 ◦ green 33 ◦ blue 135

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

Shades of Deep Cerise #D52187

Tints of Deep Cerise #D52187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 55.91%
G = 8.66%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D52187 (or 0xD52187) is known color: Deep Cerise. HEX triplet: D5, 21 and 87. RGB value is (213,33,135). Sum of RGB (Red+Green+Blue) = 213+33+135=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D52187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52187 is #2ADE78. Grayscale: #626262. Windows color (decimal): -2809465 or 8856021. OLE color: 8856021.

HSL color Cylindrical-coordinate representation of color #D52187: hue angle of 326º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52187 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 135 -
CMYK 0 0.85 0.37 0.16
HSL 326º 0.73% 0.48% -
HSV(B) 326º 0.85% 0.84% -
XYZ 32.36 16.98 24.49 -
YUV 98.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 213 33 135 0 0.85 0.37 0.16 326 0.73 0.48
Hex D5 21 87 0 55 25 10 146 49 30
Octal 325 41 207 0 125 45 20 506 111 60
Binary 11010101 100001 10000111 0 1010101 100101 10000 101000110 1001001 110000

Color Harmonies of #D52187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52187

Black with #D52187

Text Example


Text Example

White with #D52187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52187; }

 p { color: rgb(213,33,135); }

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

background-color css

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

 a { background-color: rgb(213,33,135); }

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

border-color css

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

 span { border-color: rgb(213,33,135); }

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