Html Css Color HEX #D52395 Deep Cerise

📋 copy color: '#D52395'

red 213 ◦ green 35 ◦ blue 149

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

Shades of Deep Cerise #D52395

Tints of Deep Cerise #D52395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.82%

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

R = 53.65%
G = 8.82%
B = 37.53%

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

#D52395 (or 0xD52395) is known color: Deep Cerise. HEX triplet: D5, 23 and 95. RGB value is (213,35,149). Sum of RGB (Red+Green+Blue) = 213+35+149=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D52395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52395 is #2ADC6A. Grayscale: #646464. Windows color (decimal): -2808939 or 9774037. OLE color: 9774037.

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

Color convert

RGB 213 35 149 -
CMYK 0 0.84 0.30 0.16
HSL 321.57º 0.72% 0.49% -
HSV(B) 321.57º 0.84% 0.84% -
XYZ 33.47 17.52 30.05 -
YUV 101.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 213 35 149 0 0.84 0.30 0.16 321.57 0.72 0.49
Hex D5 23 95 0 54 1E 10 142 48 31
Octal 325 43 225 0 124 36 20 502 110 61
Binary 11010101 100011 10010101 0 1010100 11110 10000 101000010 1001000 110001

Color Harmonies of #D52395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52395

Black with #D52395

Text Example


Text Example

White with #D52395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52395; }

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

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

background-color css

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

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

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

border-color css

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

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

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