#D130AA

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

Shades of Deep Cerise #D130AA

Tints of Deep Cerise #D130AA

Color information

#D130AA (or 0xD130AA) is unknown color: approx Deep Cerise. HEX triplet: D1, 30 and AA. RGB value is (209,48,170). Sum of RGB (Red+Green+Blue) = 209+48+170=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D130AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130AA is #2ECF55. Grayscale: #6D6D6D. Windows color (decimal): -3067734 or 11153617. OLE color: 11153617.

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

Color convert

RGB20948170-
CMYK00.770.190.18
HSL314.53º63.64%50.39%-
HSV(B)314.53º77.03%81.96%-
XYZ34.6118.5739.79-
YUV110.05161.84198.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 48 (19.14% from 255) = 11.24%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=48.95%
G=11.24%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094817000.770.190.18314.5363.6450.39
HexD130AA04D131213b4032
Octal321602520115232247310062
Binary11010001110000101010100100110110011100101001110111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D130AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D130AA; }

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

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

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

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

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

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

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

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