Html Css Color HEX #D42771 Cerise

📋 copy color: '#D42771'

red 212 ◦ green 39 ◦ blue 113

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

Shades of Cerise #D42771

Tints of Cerise #D42771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

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

R = 58.24%
G = 10.71%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D42771 (or 0xD42771) is known color: Cerise. HEX triplet: D4, 27 and 71. RGB value is (212,39,113). Sum of RGB (Red+Green+Blue) = 212+39+113=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D42771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42771 is #2BD88E. Grayscale: #636363. Windows color (decimal): -2873487 or 7415764. OLE color: 7415764.

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

Color convert

RGB 212 39 113 -
CMYK 0 0.82 0.47 0.17
HSL 334.34º 0.69% 0.49% -
HSV(B) 334.34º 0.82% 0.83% -
XYZ 30.86 16.64 17.21 -
YUV 99.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 212 39 113 0 0.82 0.47 0.17 334.34 0.69 0.49
Hex D4 27 71 0 52 2F 11 14E 45 31
Octal 324 47 161 0 122 57 21 516 105 61
Binary 11010100 100111 1110001 0 1010010 101111 10001 101001110 1000101 110001

Color Harmonies of #D42771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42771

Black with #D42771

Text Example


Text Example

White with #D42771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42771; }

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

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

background-color css

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

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

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

border-color css

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

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

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