#DD98B5

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

Shades of Kobi #DD98B5

Tints of Kobi #DD98B5

Color information

#DD98B5 (or 0xDD98B5) is unknown color: approx Kobi. HEX triplet: DD, 98 and B5. RGB value is (221,152,181). Sum of RGB (Red+Green+Blue) = 221+152+181=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98B5 is #22674A. Grayscale: #AFAFAF. Windows color (decimal): -2254667 or 11901149. OLE color: 11901149.

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

Color convert

RGB221152181-
CMYK00.310.180.13
HSL334.78º50.36%73.14%-
HSV(B)334.78º31.22%86.67%-
XYZ49.3941.1649.06-
YUV175.94130.86160.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=39.89%
G=27.44%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115218100.310.180.13334.7850.3673.14
HexDD98B501F12D14f3249
Octal335230265037221551762111
Binary1101110110011000101101010111111001011011010011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98B5; }

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

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

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

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

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

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

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

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