#DD98AA

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

Shades of Kobi #DD98AA

Tints of Kobi #DD98AA

Color information

#DD98AA (or 0xDD98AA) is unknown color: approx Kobi. HEX triplet: DD, 98 and AA. RGB value is (221,152,170). Sum of RGB (Red+Green+Blue) = 221+152+170=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AA is #226755. Grayscale: #AEAEAE. Windows color (decimal): -2254678 or 11180253. OLE color: 11180253.

HSL color Cylindrical-coordinate representation of color #DD98AA: hue angle of 344.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98AA is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221152170-
CMYK00.310.230.13
HSL344.35º50.36%73.14%-
HSV(B)344.35º31.22%86.67%-
XYZ48.340.7343.35-
YUV174.68125.36161.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=40.70%
G=27.99%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115217000.310.230.13344.3550.3673.14
HexDD98AA01F17D1583249
Octal335230252037271553062111
Binary1101110110011000101010100111111011111011010110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98AA; }

 p { color: rgb(221,152,170); }

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

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

 a { background-color: rgb(221,152,170); }

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

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

 span { border-color: rgb(221,152,170); }

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