#D12AAA

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

Shades of Deep Cerise #D12AAA

Tints of Deep Cerise #D12AAA

Color information

#D12AAA (or 0xD12AAA) is unknown color: approx Deep Cerise. HEX triplet: D1, 2A and AA. RGB value is (209,42,170). Sum of RGB (Red+Green+Blue) = 209+42+170=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12AAA is #2ED555. Grayscale: #6A6A6A. Windows color (decimal): -3069270 or 11152081. OLE color: 11152081.

HSL color Cylindrical-coordinate representation of color #D12AAA: hue angle of 314.01º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12AAA is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20942170-
CMYK00.800.190.18
HSL314.01º66.53%49.22%-
HSV(B)314.01º79.9%81.96%-
XYZ34.3818.1139.71-
YUV106.52163.83201.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=49.64%
G=9.98%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094217000.800.190.18314.0166.5349.22
HexD12AAA050131213a4331
Octal321522520120232247210361
Binary11010001101010101010100101000010011100101001110101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12AAA; }

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

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

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

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

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

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

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

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