Html Css Color HEX #D52DA7 Deep Cerise

📋 copy color: '#D52DA7'

red 213 ◦ green 45 ◦ blue 167

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

Shades of Deep Cerise #D52DA7

Tints of Deep Cerise #D52DA7

RGB

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

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

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

R = 50.12%
G = 10.59%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D52DA7 (or 0xD52DA7) is known color: Deep Cerise. HEX triplet: D5, 2D and A7. RGB value is (213,45,167). Sum of RGB (Red+Green+Blue) = 213+45+167=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DA7 is #2AD258. Grayscale: #6C6C6C. Windows color (decimal): -2806361 or 10956245. OLE color: 10956245.

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

Color convert

RGB 213 45 167 -
CMYK 0 0.79 0.22 0.16
HSL 316.43º 0.67% 0.51% -
HSV(B) 316.43º 0.79% 0.84% -
XYZ 35.35 18.81 38.33 -
YUV 109.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 213 45 167 0 0.79 0.22 0.16 316.43 0.67 0.51
Hex D5 2D A7 0 4F 16 10 13C 43 33
Octal 325 55 247 0 117 26 20 474 103 63
Binary 11010101 101101 10100111 0 1001111 10110 10000 100111100 1000011 110011

Color Harmonies of #D52DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DA7

Black with #D52DA7

Text Example


Text Example

White with #D52DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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