Html Css Color HEX #D52DAF Deep Cerise

📋 copy color: '#D52DAF'

red 213 ◦ green 45 ◦ blue 175

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

Shades of Deep Cerise #D52DAF

Tints of Deep Cerise #D52DAF

RGB

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

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

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

R = 49.19%
G = 10.39%
B = 40.42%

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

#D52DAF (or 0xD52DAF) is known color: Deep Cerise. HEX triplet: D5, 2D and AF. RGB value is (213,45,175). Sum of RGB (Red+Green+Blue) = 213+45+175=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DAF is #2AD250. Grayscale: #6D6D6D. Windows color (decimal): -2806353 or 11480533. OLE color: 11480533.

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

Color convert

RGB 213 45 175 -
CMYK 0 0.79 0.18 0.16
HSL 313.57º 0.67% 0.51% -
HSV(B) 313.57º 0.79% 0.84% -
XYZ 36.12 19.12 42.34 -
YUV 110.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 213 45 175 0 0.79 0.18 0.16 313.57 0.67 0.51
Hex D5 2D AF 0 4F 12 10 13A 43 33
Octal 325 55 257 0 117 22 20 472 103 63
Binary 11010101 101101 10101111 0 1001111 10010 10000 100111010 1000011 110011

Color Harmonies of #D52DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DAF

Black with #D52DAF

Text Example


Text Example

White with #D52DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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