Html Css Color HEX #D52995 Deep Cerise

📋 copy color: '#D52995'

red 213 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #D52995

Tints of Deep Cerise #D52995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.17%

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

R = 52.85%
G = 10.17%
B = 36.97%

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

#D52995 (or 0xD52995) is known color: Deep Cerise. HEX triplet: D5, 29 and 95. RGB value is (213,41,149). Sum of RGB (Red+Green+Blue) = 213+41+149=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D52995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52995 is #2AD66A. Grayscale: #686868. Windows color (decimal): -2807403 or 9775573. OLE color: 9775573.

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

Color convert

RGB 213 41 149 -
CMYK 0 0.81 0.30 0.16
HSL 322.33º 0.68% 0.5% -
HSV(B) 322.33º 0.81% 0.84% -
XYZ 33.66 17.9 30.12 -
YUV 104.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 213 41 149 0 0.81 0.30 0.16 322.33 0.68 0.5
Hex D5 29 95 0 51 1E 10 142 44 32
Octal 325 51 225 0 121 36 20 502 104 62
Binary 11010101 101001 10010101 0 1010001 11110 10000 101000010 1000100 110010

Color Harmonies of #D52995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52995

Black with #D52995

Text Example


Text Example

White with #D52995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52995; }

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

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

background-color css

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

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

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

border-color css

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

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

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