#D135AA

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

Shades of Deep Cerise #D135AA

Tints of Deep Cerise #D135AA

Color information

#D135AA (or 0xD135AA) is unknown color: approx Deep Cerise. HEX triplet: D1, 35 and AA. RGB value is (209,53,170). Sum of RGB (Red+Green+Blue) = 209+53+170=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D135AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D135AA is #2ECA55. Grayscale: #707070. Windows color (decimal): -3066454 or 11154897. OLE color: 11154897.

HSL color Cylindrical-coordinate representation of color #D135AA: hue angle of 315º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135AA is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20953170-
CMYK00.750.190.18
HSL315º62.9%51.37%-
HSV(B)315º74.64%81.96%-
XYZ34.821939.86-
YUV112.98160.18196.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.38%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=48.38%
G=12.27%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095317000.750.190.1831562.951.37
HexD135AA04B131213b3f33
Octal32165252011323224737763
Binary1101000111010110101010010010111001110010100111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135AA; }

 p { color: rgb(209,53,170); }

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

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

 a { background-color: rgb(209,53,170); }

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

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

 span { border-color: rgb(209,53,170); }

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