Html Css Color HEX #D52295 Deep Cerise

📋 copy color: '#D52295'

red 213 ◦ green 34 ◦ blue 149

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

Shades of Deep Cerise #D52295

Tints of Deep Cerise #D52295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 53.79%
G = 8.59%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D52295 (or 0xD52295) is known color: Deep Cerise. HEX triplet: D5, 22 and 95. RGB value is (213,34,149). Sum of RGB (Red+Green+Blue) = 213+34+149=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D52295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52295 is #2ADD6A. Grayscale: #646464. Windows color (decimal): -2809195 or 9773781. OLE color: 9773781.

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

Color convert

RGB 213 34 149 -
CMYK 0 0.84 0.30 0.16
HSL 321.45º 0.72% 0.48% -
HSV(B) 321.45º 0.84% 0.84% -
XYZ 33.44 17.46 30.04 -
YUV 100.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 213 34 149 0 0.84 0.30 0.16 321.45 0.72 0.48
Hex D5 22 95 0 54 1E 10 141 48 30
Octal 325 42 225 0 124 36 20 501 110 60
Binary 11010101 100010 10010101 0 1010100 11110 10000 101000001 1001000 110000

Color Harmonies of #D52295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52295

Black with #D52295

Text Example


Text Example

White with #D52295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52295; }

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

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

background-color css

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

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

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

border-color css

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

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

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