Html Css Color HEX #D52276 Deep Cerise

📋 copy color: '#D52276'

red 213 ◦ green 34 ◦ blue 118

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

Shades of Deep Cerise #D52276

Tints of Deep Cerise #D52276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

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

R = 58.36%
G = 9.32%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52276 (or 0xD52276) is known color: Deep Cerise. HEX triplet: D5, 22 and 76. RGB value is (213,34,118). Sum of RGB (Red+Green+Blue) = 213+34+118=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D52276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52276 is #2ADD89. Grayscale: #606060. Windows color (decimal): -2809226 or 7742165. OLE color: 7742165.

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

Color convert

RGB 213 34 118 -
CMYK 0 0.84 0.45 0.16
HSL 331.84º 0.72% 0.48% -
HSV(B) 331.84º 0.84% 0.84% -
XYZ 31.28 16.6 18.69 -
YUV 97.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 213 34 118 0 0.84 0.45 0.16 331.84 0.72 0.48
Hex D5 22 76 0 54 2D 10 14C 48 30
Octal 325 42 166 0 124 55 20 514 110 60
Binary 11010101 100010 1110110 0 1010100 101101 10000 101001100 1001000 110000

Color Harmonies of #D52276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52276

Black with #D52276

Text Example


Text Example

White with #D52276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52276; }

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

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

background-color css

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

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

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

border-color css

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

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

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