#DD98AD

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

Shades of Kobi #DD98AD

Tints of Kobi #DD98AD

Color information

#DD98AD (or 0xDD98AD) is unknown color: approx Kobi. HEX triplet: DD, 98 and AD. RGB value is (221,152,173). Sum of RGB (Red+Green+Blue) = 221+152+173=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AD is #226752. Grayscale: #AFAFAF. Windows color (decimal): -2254675 or 11376861. OLE color: 11376861.

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

Color convert

RGB221152173-
CMYK00.310.220.13
HSL341.74º50.36%73.14%-
HSV(B)341.74º31.22%86.67%-
XYZ48.5940.8544.86-
YUV175.02126.86160.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=40.48%
G=27.84%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115217300.310.220.13341.7450.3673.14
HexDD98AD01F16D1563249
Octal335230255037261552662111
Binary1101110110011000101011010111111011011011010101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98AD; }

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

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

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

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

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

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

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

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