#D433A0

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

Shades of Deep Cerise #D433A0

Tints of Deep Cerise #D433A0

Color information

#D433A0 (or 0xD433A0) is unknown color: approx Deep Cerise. HEX triplet: D4, 33 and A0. RGB value is (212,51,160). Sum of RGB (Red+Green+Blue) = 212+51+160=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D433A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D433A0 is #2BCC5F. Grayscale: #6F6F6F. Windows color (decimal): -2870368 or 10499028. OLE color: 10499028.

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

Color convert

RGB21251160-
CMYK00.760.250.17
HSL319.38º65.18%51.57%-
HSV(B)319.38º75.94%83.14%-
XYZ34.6818.935.08-
YUV111.56155.34199.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=50.12%
G=12.06%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125116000.760.250.17319.3865.1851.57
HexD433A004C191113f4134
Octal324632400114312147710164
Binary11010100110011101000000100110011001100011001111111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D433A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D433A0; }

 p { color: rgb(212,51,160); }

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

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

 a { background-color: rgb(212,51,160); }

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

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

 span { border-color: rgb(212,51,160); }

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