Html Css Color HEX #D42D71 Cerise

📋 copy color: '#D42D71'

red 212 ◦ green 45 ◦ blue 113

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

Shades of Cerise #D42D71

Tints of Cerise #D42D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.16%

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

R = 57.3%
G = 12.16%
B = 30.54%

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

#D42D71 (or 0xD42D71) is known color: Cerise. HEX triplet: D4, 2D and 71. RGB value is (212,45,113). Sum of RGB (Red+Green+Blue) = 212+45+113=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D71 is #2BD28E. Grayscale: #666666. Windows color (decimal): -2871951 or 7417300. OLE color: 7417300.

HSL color Cylindrical-coordinate representation of color #D42D71: hue angle of 335.57º 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 #D42D71 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 45 113 -
CMYK 0 0.79 0.47 0.17
HSL 335.57º 0.66% 0.5% -
HSV(B) 335.57º 0.79% 0.83% -
XYZ 31.07 17.07 17.28 -
YUV 102.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 212 45 113 0 0.79 0.47 0.17 335.57 0.66 0.5
Hex D4 2D 71 0 4F 2F 11 150 42 32
Octal 324 55 161 0 117 57 21 520 102 62
Binary 11010100 101101 1110001 0 1001111 101111 10001 101010000 1000010 110010

Color Harmonies of #D42D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D71

Black with #D42D71

Text Example


Text Example

White with #D42D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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