#D5357D

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

Shades of Deep Cerise #D5357D

Tints of Deep Cerise #D5357D

Color information

#D5357D (or 0xD5357D) is unknown color: approx Deep Cerise. HEX triplet: D5, 35 and 7D. RGB value is (213,53,125). Sum of RGB (Red+Green+Blue) = 213+53+125=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5357D is #2ACA82. Grayscale: #6C6C6C. Windows color (decimal): -2804355 or 8205781. OLE color: 8205781.

HSL color Cylindrical-coordinate representation of color #D5357D: hue angle of 333º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5357D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21353125-
CMYK00.750.410.16
HSL333º65.57%52.16%-
HSV(B)333º75.12%83.53%-
XYZ32.4218.1721.2-
YUV109.05137.01202.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.48%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=54.48%
G=13.55%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135312500.750.410.1633365.5752.16
HexD5357D04B291014d4234
Octal325651750113512051510264
Binary11010101110101111110101001011101001100001010011011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5357D; }

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

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

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

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

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

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

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

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