#D52795

Color #D52795 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D52795

Tints of Deep Cerise #D52795

Color information

#D52795 (or 0xD52795) is unknown color: approx Deep Cerise. HEX triplet: D5, 27 and 95. RGB value is (213,39,149). Sum of RGB (Red+Green+Blue) = 213+39+149=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52795 is #2AD86A. Grayscale: #676767. Windows color (decimal): -2807915 or 9775061. OLE color: 9775061.

HSL color Cylindrical-coordinate representation of color #D52795: hue angle of 322.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52795 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21339149-
CMYK00.820.300.16
HSL322.07º69.05%49.41%-
HSV(B)322.07º81.69%83.53%-
XYZ33.5917.7730.09-
YUV103.57153.65206.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=53.12%
G=9.73%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133914900.820.300.16322.0769.0549.41
HexD527950521E101424531
Octal325472250122362050210561
Binary11010101100111100101010101001011110100001010000101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52795; }

 p { color: rgb(213,39,149); }

 H1.HeaderClassName
 {
   color: #D52795;
 }
 .AnyTagClassName
 {
   color: #D52795;
 }
</style>
background-color css

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

 a { background-color: rgb(213,39,149); }

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

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

 span { border-color: rgb(213,39,149); }

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