#DD98A7

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

Shades of Kobi #DD98A7

Tints of Kobi #DD98A7

Color information

#DD98A7 (or 0xDD98A7) is unknown color: approx Kobi. HEX triplet: DD, 98 and A7. RGB value is (221,152,167). Sum of RGB (Red+Green+Blue) = 221+152+167=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98A7 is #226758. Grayscale: #AEAEAE. Windows color (decimal): -2254681 or 10983645. OLE color: 10983645.

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

Color convert

RGB221152167-
CMYK00.310.240.13
HSL346.96º50.36%73.14%-
HSV(B)346.96º31.22%86.67%-
XYZ48.0240.6241.87-
YUV174.34123.86161.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 167 (65.62% from 255) = 30.93%
R=40.93%
G=28.15%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115216700.310.240.13346.9650.3673.14
HexDD98A701F18D15b3249
Octal335230247037301553362111
Binary1101110110011000101001110111111100011011010110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98A7; }

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

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

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

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

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

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

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

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