Html Css Color HEX #D52EAF Deep Cerise

📋 copy color: '#D52EAF'

red 213 ◦ green 46 ◦ blue 175

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

Shades of Deep Cerise #D52EAF

Tints of Deep Cerise #D52EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.6%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 49.08%
G = 10.6%
B = 40.32%

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

#D52EAF (or 0xD52EAF) is known color: Deep Cerise. HEX triplet: D5, 2E and AF. RGB value is (213,46,175). Sum of RGB (Red+Green+Blue) = 213+46+175=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52EAF is #2AD150. Grayscale: #6E6E6E. Windows color (decimal): -2806097 or 11480789. OLE color: 11480789.

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

Color convert

RGB 213 46 175 -
CMYK 0 0.78 0.18 0.16
HSL 313.65º 0.67% 0.51% -
HSV(B) 313.65º 0.78% 0.84% -
XYZ 36.16 19.2 42.36 -
YUV 110.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 213 46 175 0 0.78 0.18 0.16 313.65 0.67 0.51
Hex D5 2E AF 0 4E 12 10 13A 43 33
Octal 325 56 257 0 116 22 20 472 103 63
Binary 11010101 101110 10101111 0 1001110 10010 10000 100111010 1000011 110011

Color Harmonies of #D52EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EAF

Black with #D52EAF

Text Example


Text Example

White with #D52EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EAF; }

 p { color: rgb(213,46,175); }

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

background-color css

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

 a { background-color: rgb(213,46,175); }

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

border-color css

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

 span { border-color: rgb(213,46,175); }

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