Html Css Color HEX #D52DA9 Deep Cerise

📋 copy color: '#D52DA9'

red 213 ◦ green 45 ◦ blue 169

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

Shades of Deep Cerise #D52DA9

Tints of Deep Cerise #D52DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.58%

R = 49.88%
G = 10.54%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D52DA9 (or 0xD52DA9) is known color: Deep Cerise. HEX triplet: D5, 2D and A9. RGB value is (213,45,169). Sum of RGB (Red+Green+Blue) = 213+45+169=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DA9 is #2AD256. Grayscale: #6D6D6D. Windows color (decimal): -2806359 or 11087317. OLE color: 11087317.

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

Color convert

RGB 213 45 169 -
CMYK 0 0.79 0.21 0.16
HSL 315.71º 0.67% 0.51% -
HSV(B) 315.71º 0.79% 0.84% -
XYZ 35.54 18.89 39.31 -
YUV 109.37 161.66 201.92 -
System Red Green Blue C M Y K H S L
Decimal 213 45 169 0 0.79 0.21 0.16 315.71 0.67 0.51
Hex D5 2D A9 0 4F 15 10 13C 43 33
Octal 325 55 251 0 117 25 20 474 103 63
Binary 11010101 101101 10101001 0 1001111 10101 10000 100111100 1000011 110011

Color Harmonies of #D52DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DA9

Black with #D52DA9

Text Example


Text Example

White with #D52DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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