Html Css Color HEX #D42F5E Cerise

📋 copy color: '#D42F5E'

red 212 ◦ green 47 ◦ blue 94

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

Shades of Cerise #D42F5E

Tints of Cerise #D42F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.31%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 60.06%
G = 13.31%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D42F5E (or 0xD42F5E) is known color: Cerise. HEX triplet: D4, 2F and 5E. RGB value is (212,47,94). Sum of RGB (Red+Green+Blue) = 212+47+94=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F5E is #2BD0A1. Grayscale: #656565. Windows color (decimal): -2871458 or 6172628. OLE color: 6172628.

HSL color Cylindrical-coordinate representation of color #D42F5E: hue angle of 342.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F5E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 47 94 -
CMYK 0 0.78 0.56 0.17
HSL 342.91º 0.66% 0.51% -
HSV(B) 342.91º 0.78% 0.83% -
XYZ 30.19 16.84 12.25 -
YUV 101.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 212 47 94 0 0.78 0.56 0.17 342.91 0.66 0.51
Hex D4 2F 5E 0 4E 38 11 157 42 33
Octal 324 57 136 0 116 70 21 527 102 63
Binary 11010100 101111 1011110 0 1001110 111000 10001 101010111 1000010 110011

Color Harmonies of #D42F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F5E

Black with #D42F5E

Text Example


Text Example

White with #D42F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F5E; }

 p { color: rgb(212,47,94); }

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

background-color css

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

 a { background-color: rgb(212,47,94); }

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

border-color css

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

 span { border-color: rgb(212,47,94); }

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