Html Css Color HEX #D52FAE Deep Cerise

📋 copy color: '#D52FAE'

red 213 ◦ green 47 ◦ blue 174

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

Shades of Deep Cerise #D52FAE

Tints of Deep Cerise #D52FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.83%

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

R = 49.08%
G = 10.83%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D52FAE (or 0xD52FAE) is known color: Deep Cerise. HEX triplet: D5, 2F and AE. RGB value is (213,47,174). Sum of RGB (Red+Green+Blue) = 213+47+174=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FAE is #2AD051. Grayscale: #6E6E6E. Windows color (decimal): -2805842 or 11415509. OLE color: 11415509.

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

Color convert

RGB 213 47 174 -
CMYK 0 0.78 0.18 0.16
HSL 314.1º 0.66% 0.51% -
HSV(B) 314.1º 0.78% 0.84% -
XYZ 36.1 19.24 41.85 -
YUV 111.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 213 47 174 0 0.78 0.18 0.16 314.1 0.66 0.51
Hex D5 2F AE 0 4E 12 10 13A 42 33
Octal 325 57 256 0 116 22 20 472 102 63
Binary 11010101 101111 10101110 0 1001110 10010 10000 100111010 1000010 110011

Color Harmonies of #D52FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FAE

Black with #D52FAE

Text Example


Text Example

White with #D52FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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