Html Css Color HEX #D42166 Cerise

📋 copy color: '#D42166'

red 212 ◦ green 33 ◦ blue 102

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

Shades of Cerise #D42166

Tints of Cerise #D42166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 61.1%
G = 9.51%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D42166 (or 0xD42166) is known color: Cerise. HEX triplet: D4, 21 and 66. RGB value is (212,33,102). Sum of RGB (Red+Green+Blue) = 212+33+102=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D42166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42166 is #2BDE99. Grayscale: #5E5E5E. Windows color (decimal): -2875034 or 6693332. OLE color: 6693332.

HSL color Cylindrical-coordinate representation of color #D42166: hue angle of 336.87º degrees, saturation: 0.73, 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 #D42166 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 102 -
CMYK 0 0.84 0.52 0.17
HSL 336.87º 0.73% 0.48% -
HSV(B) 336.87º 0.84% 0.83% -
XYZ 30.09 16.04 14.08 -
YUV 94.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 212 33 102 0 0.84 0.52 0.17 336.87 0.73 0.48
Hex D4 21 66 0 54 34 11 151 49 30
Octal 324 41 146 0 124 64 21 521 111 60
Binary 11010100 100001 1100110 0 1010100 110100 10001 101010001 1001001 110000

Color Harmonies of #D42166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42166

Black with #D42166

Text Example


Text Example

White with #D42166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42166; }

 p { color: rgb(212,33,102); }

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

background-color css

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

 a { background-color: rgb(212,33,102); }

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

border-color css

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

 span { border-color: rgb(212,33,102); }

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