Html Css Color HEX #D42966 Cerise

📋 copy color: '#D42966'

red 212 ◦ green 41 ◦ blue 102

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

Shades of Cerise #D42966

Tints of Cerise #D42966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

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

R = 59.72%
G = 11.55%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D42966 (or 0xD42966) is known color: Cerise. HEX triplet: D4, 29 and 66. RGB value is (212,41,102). Sum of RGB (Red+Green+Blue) = 212+41+102=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D42966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42966 is #2BD699. Grayscale: #636363. Windows color (decimal): -2872986 or 6695380. OLE color: 6695380.

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

Color convert

RGB 212 41 102 -
CMYK 0 0.81 0.52 0.17
HSL 338.6º 0.68% 0.5% -
HSV(B) 338.6º 0.81% 0.83% -
XYZ 30.34 16.54 14.16 -
YUV 99.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 212 41 102 0 0.81 0.52 0.17 338.6 0.68 0.5
Hex D4 29 66 0 51 34 11 153 44 32
Octal 324 51 146 0 121 64 21 523 104 62
Binary 11010100 101001 1100110 0 1010001 110100 10001 101010011 1000100 110010

Color Harmonies of #D42966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42966

Black with #D42966

Text Example


Text Example

White with #D42966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42966; }

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

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

background-color css

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

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

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

border-color css

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

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

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