#D52779

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

Shades of Deep Cerise #D52779

Tints of Deep Cerise #D52779

Color information

#D52779 (or 0xD52779) is unknown color: approx Deep Cerise. HEX triplet: D5, 27 and 79. RGB value is (213,39,121). Sum of RGB (Red+Green+Blue) = 213+39+121=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52779 is #2AD886. Grayscale: #646464. Windows color (decimal): -2807943 or 7940053. OLE color: 7940053.

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

Color convert

RGB21339121-
CMYK00.820.430.16
HSL331.72º69.05%49.41%-
HSV(B)331.72º81.69%83.53%-
XYZ31.6216.9819.7-
YUV100.37139.65208.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.10%
GREEN value IS 39 (15.62% from 255) = 10.46%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=57.10%
G=10.46%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133912100.820.430.16331.7269.0549.41
HexD527790522B1014c4531
Octal325471710122532051410561
Binary11010101100111111100101010010101011100001010011001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52779; }

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

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

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

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

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

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

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

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