#DD81AC

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

Shades of Kobi #DD81AC

Tints of Kobi #DD81AC

Color information

#DD81AC (or 0xDD81AC) is unknown color: approx Kobi. HEX triplet: DD, 81 and AC. RGB value is (221,129,172). Sum of RGB (Red+Green+Blue) = 221+129+172=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81AC is #227E53. Grayscale: #A1A1A1. Windows color (decimal): -2260564 or 11305437. OLE color: 11305437.

HSL color Cylindrical-coordinate representation of color #DD81AC: hue angle of 331.96º 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 #DD81AC is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221129172-
CMYK00.420.220.13
HSL331.96º57.5%68.63%-
HSV(B)331.96º41.63%86.67%-
XYZ45.1234.0543.22-
YUV161.41133.98170.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=42.34%
G=24.71%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112917200.420.220.13331.9657.568.63
HexDD81AC02A16D14c3a45
Octal335201254052261551472105
Binary11011101100000011010110001010101011011011010011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81AC; }

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

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

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

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

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

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

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

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