#d129ac

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

Shades of Deep Cerise #D129AC

Tints of Deep Cerise #D129AC

Color information

#D129AC (or 0xD129AC) is unknown color: approx Deep Cerise. HEX triplet: D1, 29 and AC. RGB value is (209,41,172). Sum of RGB (Red+Green+Blue) = 209+41+172=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D129AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D129AC is #2ED653. Grayscale: #696969. Windows color (decimal): -3069524 or 11282897. OLE color: 11282897.

HSL color Cylindrical-coordinate representation of color #D129AC: hue angle of 313.21º 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 #D129AC is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20941172-
CMYK00.800.180.18
HSL313.21º67.2%49.02%-
HSV(B)313.21º80.38%81.96%-
XYZ34.5318.1240.71-
YUV106.17165.16201.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 41 (16.41% from 255) = 9.72%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=49.53%
G=9.72%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094117200.800.180.18313.2167.249.02
HexD129AC05012121394331
Octal321512540120222247110361
Binary11010001101001101011000101000010010100101001110011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d129ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d129ac; }

 p { color: rgb(209,41,172); }

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

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

 a { background-color: rgb(209,41,172); }

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

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

 span { border-color: rgb(209,41,172); }

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