Html Css Color HEX #D52177 Deep Cerise

📋 copy color: '#D52177'

red 213 ◦ green 33 ◦ blue 119

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

Shades of Deep Cerise #D52177

Tints of Deep Cerise #D52177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 58.36%
G = 9.04%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D52177 (or 0xD52177) is known color: Deep Cerise. HEX triplet: D5, 21 and 77. RGB value is (213,33,119). Sum of RGB (Red+Green+Blue) = 213+33+119=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D52177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52177 is #2ADE88. Grayscale: #606060. Windows color (decimal): -2809481 or 7807445. OLE color: 7807445.

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

Color convert

RGB 213 33 119 -
CMYK 0 0.85 0.44 0.16
HSL 331.33º 0.73% 0.48% -
HSV(B) 331.33º 0.85% 0.84% -
XYZ 31.31 16.57 19 -
YUV 96.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 213 33 119 0 0.85 0.44 0.16 331.33 0.73 0.48
Hex D5 21 77 0 55 2C 10 14B 49 30
Octal 325 41 167 0 125 54 20 513 111 60
Binary 11010101 100001 1110111 0 1010101 101100 10000 101001011 1001001 110000

Color Harmonies of #D52177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52177

Black with #D52177

Text Example


Text Example

White with #D52177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52177; }

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

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

background-color css

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

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

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

border-color css

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

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

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