Html Css Color HEX #D42577 Deep Cerise

📋 copy color: '#D42577'

red 212 ◦ green 37 ◦ blue 119

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

Shades of Deep Cerise #D42577

Tints of Deep Cerise #D42577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.05%

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 57.61%
G = 10.05%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D42577 (or 0xD42577) is known color: Deep Cerise. HEX triplet: D4, 25 and 77. RGB value is (212,37,119). Sum of RGB (Red+Green+Blue) = 212+37+119=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D42577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42577 is #2BDA88. Grayscale: #626262. Windows color (decimal): -2873993 or 7808468. OLE color: 7808468.

HSL color Cylindrical-coordinate representation of color #D42577: hue angle of 331.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42577 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 37 119 -
CMYK 0 0.83 0.44 0.17
HSL 331.89º 0.7% 0.49% -
HSV(B) 331.89º 0.83% 0.83% -
XYZ 31.14 16.65 19.03 -
YUV 98.67 139.48 208.83 -
System Red Green Blue C M Y K H S L
Decimal 212 37 119 0 0.83 0.44 0.17 331.89 0.7 0.49
Hex D4 25 77 0 53 2C 11 14C 46 31
Octal 324 45 167 0 123 54 21 514 106 61
Binary 11010100 100101 1110111 0 1010011 101100 10001 101001100 1000110 110001

Color Harmonies of #D42577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42577

Black with #D42577

Text Example


Text Example

White with #D42577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42577; }

 p { color: rgb(212,37,119); }

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

background-color css

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

 a { background-color: rgb(212,37,119); }

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

border-color css

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

 span { border-color: rgb(212,37,119); }

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