Html Css Color HEX #D42956 Cerise

📋 copy color: '#D42956'

red 212 ◦ green 41 ◦ blue 86

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

Shades of Cerise #D42956

Tints of Cerise #D42956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 62.54%
G = 12.09%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D42956 (or 0xD42956) is known color: Cerise. HEX triplet: D4, 29 and 56. RGB value is (212,41,86). Sum of RGB (Red+Green+Blue) = 212+41+86=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D42956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42956 is #2BD6A9. Grayscale: #616161. Windows color (decimal): -2873002 or 5646804. OLE color: 5646804.

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

Color convert

RGB 212 41 86 -
CMYK 0 0.81 0.59 0.17
HSL 344.21º 0.68% 0.5% -
HSV(B) 344.21º 0.81% 0.83% -
XYZ 29.62 16.25 10.38 -
YUV 97.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 212 41 86 0 0.81 0.59 0.17 344.21 0.68 0.5
Hex D4 29 56 0 51 3B 11 158 44 32
Octal 324 51 126 0 121 73 21 530 104 62
Binary 11010100 101001 1010110 0 1010001 111011 10001 101011000 1000100 110010

Color Harmonies of #D42956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42956

Black with #D42956

Text Example


Text Example

White with #D42956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42956; }

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

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

background-color css

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

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

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

border-color css

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

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

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