Html Css Color HEX #D42E73 Cerise

📋 copy color: '#D42E73'

red 212 ◦ green 46 ◦ blue 115

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

Shades of Cerise #D42E73

Tints of Cerise #D42E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 56.84%
G = 12.33%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D42E73 (or 0xD42E73) is known color: Cerise. HEX triplet: D4, 2E and 73. RGB value is (212,46,115). Sum of RGB (Red+Green+Blue) = 212+46+115=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42E73 is #2BD18C. Grayscale: #676767. Windows color (decimal): -2871693 or 7548628. OLE color: 7548628.

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

Color convert

RGB 212 46 115 -
CMYK 0 0.78 0.46 0.17
HSL 335.06º 0.66% 0.51% -
HSV(B) 335.06º 0.78% 0.83% -
XYZ 31.22 17.19 17.89 -
YUV 103.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 212 46 115 0 0.78 0.46 0.17 335.06 0.66 0.51
Hex D4 2E 73 0 4E 2E 11 14F 42 33
Octal 324 56 163 0 116 56 21 517 102 63
Binary 11010100 101110 1110011 0 1001110 101110 10001 101001111 1000010 110011

Color Harmonies of #D42E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E73

Black with #D42E73

Text Example


Text Example

White with #D42E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E73; }

 p { color: rgb(212,46,115); }

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

background-color css

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

 a { background-color: rgb(212,46,115); }

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

border-color css

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

 span { border-color: rgb(212,46,115); }

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