#DD81A3

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

Shades of Kobi #DD81A3

Tints of Kobi #DD81A3

Color information

#DD81A3 (or 0xDD81A3) is unknown color: approx Kobi. HEX triplet: DD, 81 and A3. RGB value is (221,129,163). Sum of RGB (Red+Green+Blue) = 221+129+163=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81A3 is #227E5C. Grayscale: #A0A0A0. Windows color (decimal): -2260573 or 10715613. OLE color: 10715613.

HSL color Cylindrical-coordinate representation of color #DD81A3: hue angle of 337.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81A3 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221129163-
CMYK00.420.260.13
HSL337.83º57.5%68.63%-
HSV(B)337.83º41.63%86.67%-
XYZ44.2833.7238.82-
YUV160.38129.48171.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=43.08%
G=25.15%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112916300.420.260.13337.8357.568.63
HexDD81A302A1AD1523a45
Octal335201243052321552272105
Binary11011101100000011010001101010101101011011010100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81A3; }

 p { color: rgb(221,129,163); }

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

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

 a { background-color: rgb(221,129,163); }

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

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

 span { border-color: rgb(221,129,163); }

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