Html Css Color HEX #D42C71 Cerise

📋 copy color: '#D42C71'

red 212 ◦ green 44 ◦ blue 113

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

Shades of Cerise #D42C71

Tints of Cerise #D42C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 57.45%
G = 11.92%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D42C71 (or 0xD42C71) is known color: Cerise. HEX triplet: D4, 2C and 71. RGB value is (212,44,113). Sum of RGB (Red+Green+Blue) = 212+44+113=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C71 is #2BD38E. Grayscale: #656565. Windows color (decimal): -2872207 or 7417044. OLE color: 7417044.

HSL color Cylindrical-coordinate representation of color #D42C71: hue angle of 335.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42C71 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 44 113 -
CMYK 0 0.79 0.47 0.17
HSL 335.36º 0.66% 0.5% -
HSV(B) 335.36º 0.79% 0.83% -
XYZ 31.03 16.99 17.27 -
YUV 102.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 212 44 113 0 0.79 0.47 0.17 335.36 0.66 0.5
Hex D4 2C 71 0 4F 2F 11 14F 42 32
Octal 324 54 161 0 117 57 21 517 102 62
Binary 11010100 101100 1110001 0 1001111 101111 10001 101001111 1000010 110010

Color Harmonies of #D42C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C71

Black with #D42C71

Text Example


Text Example

White with #D42C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C71; }

 p { color: rgb(212,44,113); }

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

background-color css

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

 a { background-color: rgb(212,44,113); }

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

border-color css

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

 span { border-color: rgb(212,44,113); }

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