Html Css Color HEX #D52999 Deep Cerise

📋 copy color: '#D52999'

red 213 ◦ green 41 ◦ blue 153

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

Shades of Deep Cerise #D52999

Tints of Deep Cerise #D52999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 52.33%
G = 10.07%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52999 (or 0xD52999) is known color: Deep Cerise. HEX triplet: D5, 29 and 99. RGB value is (213,41,153). Sum of RGB (Red+Green+Blue) = 213+41+153=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D52999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52999 is #2AD666. Grayscale: #686868. Windows color (decimal): -2807399 or 10037717. OLE color: 10037717.

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

Color convert

RGB 213 41 153 -
CMYK 0 0.81 0.28 0.16
HSL 320.93º 0.68% 0.5% -
HSV(B) 320.93º 0.81% 0.84% -
XYZ 33.98 18.03 31.83 -
YUV 105.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 213 41 153 0 0.81 0.28 0.16 320.93 0.68 0.5
Hex D5 29 99 0 51 1C 10 141 44 32
Octal 325 51 231 0 121 34 20 501 104 62
Binary 11010101 101001 10011001 0 1010001 11100 10000 101000001 1000100 110010

Color Harmonies of #D52999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52999

Black with #D52999

Text Example


Text Example

White with #D52999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52999; }

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

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

background-color css

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

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

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

border-color css

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

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

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