Html Css Color HEX #D52D99 Deep Cerise

📋 copy color: '#D52D99'

red 213 ◦ green 45 ◦ blue 153

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

Shades of Deep Cerise #D52D99

Tints of Deep Cerise #D52D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

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

R = 51.82%
G = 10.95%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52D99 (or 0xD52D99) is known color: Deep Cerise. HEX triplet: D5, 2D and 99. RGB value is (213,45,153). Sum of RGB (Red+Green+Blue) = 213+45+153=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D99 is #2AD266. Grayscale: #6B6B6B. Windows color (decimal): -2806375 or 10038741. OLE color: 10038741.

HSL color Cylindrical-coordinate representation of color #D52D99: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D99 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 45 153 -
CMYK 0 0.79 0.28 0.16
HSL 321.43º 0.67% 0.51% -
HSV(B) 321.43º 0.79% 0.84% -
XYZ 34.13 18.32 31.87 -
YUV 107.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 213 45 153 0 0.79 0.28 0.16 321.43 0.67 0.51
Hex D5 2D 99 0 4F 1C 10 141 43 33
Octal 325 55 231 0 117 34 20 501 103 63
Binary 11010101 101101 10011001 0 1001111 11100 10000 101000001 1000011 110011

Color Harmonies of #D52D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D99

Black with #D52D99

Text Example


Text Example

White with #D52D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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