#D53B7D

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

Shades of Deep Cerise #D53B7D

Tints of Deep Cerise #D53B7D

Color information

#D53B7D (or 0xD53B7D) is unknown color: approx Deep Cerise. HEX triplet: D5, 3B and 7D. RGB value is (213,59,125). Sum of RGB (Red+Green+Blue) = 213+59+125=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B7D is #2AC482. Grayscale: #707070. Windows color (decimal): -2802819 or 8207317. OLE color: 8207317.

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

Color convert

RGB21359125-
CMYK00.720.410.16
HSL334.29º64.71%53.33%-
HSV(B)334.29º72.3%83.53%-
XYZ32.7118.7521.3-
YUV112.57135.02199.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.65%
GREEN value IS 59 (23.44% from 255) = 14.86%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=53.65%
G=14.86%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135912500.720.410.16334.2964.7153.33
HexD53B7D048291014e4135
Octal325731750110512051610165
Binary11010101111011111110101001000101001100001010011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B7D; }

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

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

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

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

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

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

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

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