Html Css Color HEX #D42A6F Cerise

📋 copy color: '#D42A6F'

red 212 ◦ green 42 ◦ blue 111

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

Shades of Cerise #D42A6F

Tints of Cerise #D42A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 58.08%
G = 11.51%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D42A6F (or 0xD42A6F) is known color: Cerise. HEX triplet: D4, 2A and 6F. RGB value is (212,42,111). Sum of RGB (Red+Green+Blue) = 212+42+111=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42A6F is #2BD590. Grayscale: #646464. Windows color (decimal): -2872721 or 7285460. OLE color: 7285460.

HSL color Cylindrical-coordinate representation of color #D42A6F: hue angle of 335.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A6F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 111 -
CMYK 0 0.80 0.48 0.17
HSL 335.65º 0.67% 0.5% -
HSV(B) 335.65º 0.8% 0.83% -
XYZ 30.85 16.8 16.66 -
YUV 100.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 212 42 111 0 0.80 0.48 0.17 335.65 0.67 0.5
Hex D4 2A 6F 0 50 30 11 150 43 32
Octal 324 52 157 0 120 60 21 520 103 62
Binary 11010100 101010 1101111 0 1010000 110000 10001 101010000 1000011 110010

Color Harmonies of #D42A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42A6F

Black with #D42A6F

Text Example


Text Example

White with #D42A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42A6F; }

 p { color: rgb(212,42,111); }

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

background-color css

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

 a { background-color: rgb(212,42,111); }

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

border-color css

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

 span { border-color: rgb(212,42,111); }

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