#D53B78

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

Shades of Deep Cerise #D53B78

Tints of Deep Cerise #D53B78

Color information

#D53B78 (or 0xD53B78) is unknown color: approx Deep Cerise. HEX triplet: D5, 3B and 78. RGB value is (213,59,120). Sum of RGB (Red+Green+Blue) = 213+59+120=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B78 is #2AC487. Grayscale: #6F6F6F. Windows color (decimal): -2802824 or 7879637. OLE color: 7879637.

HSL color Cylindrical-coordinate representation of color #D53B78: hue angle of 336.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B78 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21359120-
CMYK00.720.440.16
HSL336.23º64.71%53.33%-
HSV(B)336.23º72.3%83.53%-
XYZ32.3918.6319.66-
YUV112132.52200.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=54.34%
G=15.05%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135912000.720.440.16336.2364.7153.33
HexD53B780482C101504135
Octal325731700110542052010165
Binary11010101111011111100001001000101100100001010100001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B78; }

 p { color: rgb(213,59,120); }

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

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

 a { background-color: rgb(213,59,120); }

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

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

 span { border-color: rgb(213,59,120); }

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