Html Css Color HEX #D52FA3 Deep Cerise

📋 copy color: '#D52FA3'

red 213 ◦ green 47 ◦ blue 163

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

Shades of Deep Cerise #D52FA3

Tints of Deep Cerise #D52FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 50.35%
G = 11.11%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D52FA3 (or 0xD52FA3) is known color: Deep Cerise. HEX triplet: D5, 2F and A3. RGB value is (213,47,163). Sum of RGB (Red+Green+Blue) = 213+47+163=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA3 is #2AD05C. Grayscale: #6D6D6D. Windows color (decimal): -2805853 or 10694613. OLE color: 10694613.

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

Color convert

RGB 213 47 163 -
CMYK 0 0.78 0.23 0.16
HSL 318.07º 0.66% 0.51% -
HSV(B) 318.07º 0.78% 0.84% -
XYZ 35.07 18.82 36.44 -
YUV 109.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 213 47 163 0 0.78 0.23 0.16 318.07 0.66 0.51
Hex D5 2F A3 0 4E 17 10 13E 42 33
Octal 325 57 243 0 116 27 20 476 102 63
Binary 11010101 101111 10100011 0 1001110 10111 10000 100111110 1000010 110011

Color Harmonies of #D52FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FA3

Black with #D52FA3

Text Example


Text Example

White with #D52FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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