Html Css Color HEX #D42287 Deep Cerise

📋 copy color: '#D42287'

red 212 ◦ green 34 ◦ blue 135

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

Shades of Deep Cerise #D42287

Tints of Deep Cerise #D42287

RGB

 RED value IS 212 (83.2% from 255) = 55.64%

 GREEN value IS 34 (13.67% from 255) = 8.92%

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

R = 55.64%
G = 8.92%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D42287 (or 0xD42287) is known color: Deep Cerise. HEX triplet: D4, 22 and 87. RGB value is (212,34,135). Sum of RGB (Red+Green+Blue) = 212+34+135=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D42287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42287 is #2BDD78. Grayscale: #626262. Windows color (decimal): -2874745 or 8856276. OLE color: 8856276.

HSL color Cylindrical-coordinate representation of color #D42287: hue angle of 325.96º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42287 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 34 135 -
CMYK 0 0.84 0.36 0.17
HSL 325.96º 0.72% 0.48% -
HSV(B) 325.96º 0.84% 0.83% -
XYZ 32.1 16.89 24.49 -
YUV 98.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 212 34 135 0 0.84 0.36 0.17 325.96 0.72 0.48
Hex D4 22 87 0 54 24 11 146 48 30
Octal 324 42 207 0 124 44 21 506 110 60
Binary 11010100 100010 10000111 0 1010100 100100 10001 101000110 1001000 110000

Color Harmonies of #D42287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42287

Black with #D42287

Text Example


Text Example

White with #D42287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42287; }

 p { color: rgb(212,34,135); }

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

background-color css

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

 a { background-color: rgb(212,34,135); }

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

border-color css

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

 span { border-color: rgb(212,34,135); }

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