Html Css Color HEX #D52FA7 Deep Cerise

📋 copy color: '#D52FA7'

red 213 ◦ green 47 ◦ blue 167

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

Shades of Deep Cerise #D52FA7

Tints of Deep Cerise #D52FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.11%

R = 49.88%
G = 11.01%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D52FA7 (or 0xD52FA7) is known color: Deep Cerise. HEX triplet: D5, 2F and A7. RGB value is (213,47,167). Sum of RGB (Red+Green+Blue) = 213+47+167=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA7 is #2AD058. Grayscale: #6E6E6E. Windows color (decimal): -2805849 or 10956757. OLE color: 10956757.

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

Color convert

RGB 213 47 167 -
CMYK 0 0.78 0.22 0.16
HSL 316.63º 0.66% 0.51% -
HSV(B) 316.63º 0.78% 0.84% -
XYZ 35.43 18.97 38.35 -
YUV 110.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 213 47 167 0 0.78 0.22 0.16 316.63 0.66 0.51
Hex D5 2F A7 0 4E 16 10 13D 42 33
Octal 325 57 247 0 116 26 20 475 102 63
Binary 11010101 101111 10100111 0 1001110 10110 10000 100111101 1000010 110011

Color Harmonies of #D52FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FA7

Black with #D52FA7

Text Example


Text Example

White with #D52FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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