Html Css Color HEX #D42C56 Cerise

📋 copy color: '#D42C56'

red 212 ◦ green 44 ◦ blue 86

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

Shades of Cerise #D42C56

Tints of Cerise #D42C56

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 61.99%
G = 12.87%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D42C56 (or 0xD42C56) is known color: Cerise. HEX triplet: D4, 2C and 56. RGB value is (212,44,86). Sum of RGB (Red+Green+Blue) = 212+44+86=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42C56 is #2BD3A9. Grayscale: #636363. Windows color (decimal): -2872234 or 5647572. OLE color: 5647572.

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

Color convert

RGB 212 44 86 -
CMYK 0 0.79 0.59 0.17
HSL 345º 0.66% 0.5% -
HSV(B) 345º 0.79% 0.83% -
XYZ 29.73 16.47 10.42 -
YUV 99.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 212 44 86 0 0.79 0.59 0.17 345 0.66 0.5
Hex D4 2C 56 0 4F 3B 11 159 42 32
Octal 324 54 126 0 117 73 21 531 102 62
Binary 11010100 101100 1010110 0 1001111 111011 10001 101011001 1000010 110010

Color Harmonies of #D42C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C56

Black with #D42C56

Text Example


Text Example

White with #D42C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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