#D4359C

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

Shades of Deep Cerise #D4359C

Tints of Deep Cerise #D4359C

Color information

#D4359C (or 0xD4359C) is unknown color: approx Deep Cerise. HEX triplet: D4, 35 and 9C. RGB value is (212,53,156). Sum of RGB (Red+Green+Blue) = 212+53+156=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4359C is #2BCA63. Grayscale: #707070. Windows color (decimal): -2869860 or 10237396. OLE color: 10237396.

HSL color Cylindrical-coordinate representation of color #D4359C: hue angle of 321.13º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4359C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21253156-
CMYK00.750.260.17
HSL321.13º64.9%51.96%-
HSV(B)321.13º75%83.14%-
XYZ34.4318.9433.29-
YUV112.28152.68199.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.36%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=50.36%
G=12.59%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125315600.750.260.17321.1364.951.96
HexD4359C04B1A111414134
Octal324652340113322150110164
Binary11010100110101100111000100101111010100011010000011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4359C; }

 p { color: rgb(212,53,156); }

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

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

 a { background-color: rgb(212,53,156); }

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

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

 span { border-color: rgb(212,53,156); }

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