Html Css Color HEX #D52FAF Deep Cerise

📋 copy color: '#D52FAF'

red 213 ◦ green 47 ◦ blue 175

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

Shades of Deep Cerise #D52FAF

Tints of Deep Cerise #D52FAF

RGB

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

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

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

R = 48.97%
G = 10.8%
B = 40.23%

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

#D52FAF (or 0xD52FAF) is known color: Deep Cerise. HEX triplet: D5, 2F and AF. RGB value is (213,47,175). Sum of RGB (Red+Green+Blue) = 213+47+175=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FAF is #2AD050. Grayscale: #6E6E6E. Windows color (decimal): -2805841 or 11481045. OLE color: 11481045.

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

Color convert

RGB 213 47 175 -
CMYK 0 0.78 0.18 0.16
HSL 313.73º 0.66% 0.51% -
HSV(B) 313.73º 0.78% 0.84% -
XYZ 36.19 19.27 42.37 -
YUV 111.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 213 47 175 0 0.78 0.18 0.16 313.73 0.66 0.51
Hex D5 2F AF 0 4E 12 10 13A 42 33
Octal 325 57 257 0 116 22 20 472 102 63
Binary 11010101 101111 10101111 0 1001110 10010 10000 100111010 1000010 110011

Color Harmonies of #D52FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FAF

Black with #D52FAF

Text Example


Text Example

White with #D52FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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