Html Css Color HEX #D52E77 Deep Cerise

📋 copy color: '#D52E77'

red 213 ◦ green 46 ◦ blue 119

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

Shades of Deep Cerise #D52E77

Tints of Deep Cerise #D52E77

RGB

 RED value IS 213 (83.59% from 255) = 56.35%

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

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

R = 56.35%
G = 12.17%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D52E77 (or 0xD52E77) is known color: Deep Cerise. HEX triplet: D5, 2E and 77. RGB value is (213,46,119). Sum of RGB (Red+Green+Blue) = 213+46+119=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E77 is #2AD188. Grayscale: #686868. Windows color (decimal): -2806153 or 7810773. OLE color: 7810773.

HSL color Cylindrical-coordinate representation of color #D52E77: hue angle of 333.77º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E77 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 119 -
CMYK 0 0.78 0.44 0.16
HSL 333.77º 0.67% 0.51% -
HSV(B) 333.77º 0.78% 0.84% -
XYZ 31.75 17.43 19.14 -
YUV 104.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 213 46 119 0 0.78 0.44 0.16 333.77 0.67 0.51
Hex D5 2E 77 0 4E 2C 10 14E 43 33
Octal 325 56 167 0 116 54 20 516 103 63
Binary 11010101 101110 1110111 0 1001110 101100 10000 101001110 1000011 110011

Color Harmonies of #D52E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E77

Black with #D52E77

Text Example


Text Example

White with #D52E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E77; }

 p { color: rgb(213,46,119); }

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

background-color css

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

 a { background-color: rgb(213,46,119); }

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

border-color css

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

 span { border-color: rgb(213,46,119); }

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