Html Css Color HEX #D52DAE Deep Cerise

📋 copy color: '#D52DAE'

red 213 ◦ green 45 ◦ blue 174

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

Shades of Deep Cerise #D52DAE

Tints of Deep Cerise #D52DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 49.31%
G = 10.42%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D52DAE (or 0xD52DAE) is known color: Deep Cerise. HEX triplet: D5, 2D and AE. RGB value is (213,45,174). Sum of RGB (Red+Green+Blue) = 213+45+174=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DAE is #2AD251. Grayscale: #6D6D6D. Windows color (decimal): -2806354 or 11414997. OLE color: 11414997.

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

Color convert

RGB 213 45 174 -
CMYK 0 0.79 0.18 0.16
HSL 313.93º 0.67% 0.51% -
HSV(B) 313.93º 0.79% 0.84% -
XYZ 36.02 19.08 41.83 -
YUV 109.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 213 45 174 0 0.79 0.18 0.16 313.93 0.67 0.51
Hex D5 2D AE 0 4F 12 10 13A 43 33
Octal 325 55 256 0 117 22 20 472 103 63
Binary 11010101 101101 10101110 0 1001111 10010 10000 100111010 1000011 110011

Color Harmonies of #D52DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DAE

Black with #D52DAE

Text Example


Text Example

White with #D52DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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