Html Css Color HEX #D52895 Deep Cerise

📋 copy color: '#D52895'

red 213 ◦ green 40 ◦ blue 149

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

Shades of Deep Cerise #D52895

Tints of Deep Cerise #D52895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.95%

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

R = 52.99%
G = 9.95%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D52895 (or 0xD52895) is known color: Deep Cerise. HEX triplet: D5, 28 and 95. RGB value is (213,40,149). Sum of RGB (Red+Green+Blue) = 213+40+149=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D52895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52895 is #2AD76A. Grayscale: #676767. Windows color (decimal): -2807659 or 9775317. OLE color: 9775317.

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

Color convert

RGB 213 40 149 -
CMYK 0 0.81 0.30 0.16
HSL 322.2º 0.68% 0.5% -
HSV(B) 322.2º 0.81% 0.84% -
XYZ 33.62 17.83 30.1 -
YUV 104.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 213 40 149 0 0.81 0.30 0.16 322.2 0.68 0.5
Hex D5 28 95 0 51 1E 10 142 44 32
Octal 325 50 225 0 121 36 20 502 104 62
Binary 11010101 101000 10010101 0 1010001 11110 10000 101000010 1000100 110010

Color Harmonies of #D52895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52895

Black with #D52895

Text Example


Text Example

White with #D52895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52895; }

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

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

background-color css

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

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

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

border-color css

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

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

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