Html Css Color HEX #D52176 Deep Cerise

📋 copy color: '#D52176'

red 213 ◦ green 33 ◦ blue 118

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

Shades of Deep Cerise #D52176

Tints of Deep Cerise #D52176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 58.52%
G = 9.07%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52176 (or 0xD52176) is known color: Deep Cerise. HEX triplet: D5, 21 and 76. RGB value is (213,33,118). Sum of RGB (Red+Green+Blue) = 213+33+118=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D52176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52176 is #2ADE89. Grayscale: #606060. Windows color (decimal): -2809482 or 7741909. OLE color: 7741909.

HSL color Cylindrical-coordinate representation of color #D52176: hue angle of 331.67º 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 #D52176 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 118 -
CMYK 0 0.85 0.45 0.16
HSL 331.67º 0.73% 0.48% -
HSV(B) 331.67º 0.85% 0.84% -
XYZ 31.25 16.54 18.69 -
YUV 96.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 213 33 118 0 0.85 0.45 0.16 331.67 0.73 0.48
Hex D5 21 76 0 55 2D 10 14C 49 30
Octal 325 41 166 0 125 55 20 514 111 60
Binary 11010101 100001 1110110 0 1010101 101101 10000 101001100 1001001 110000

Color Harmonies of #D52176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52176

Black with #D52176

Text Example


Text Example

White with #D52176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52176; }

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

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

background-color css

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

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

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

border-color css

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

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

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