#DD98B2

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

Shades of Kobi #DD98B2

Tints of Kobi #DD98B2

Color information

#DD98B2 (or 0xDD98B2) is unknown color: approx Kobi. HEX triplet: DD, 98 and B2. RGB value is (221,152,178). Sum of RGB (Red+Green+Blue) = 221+152+178=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98B2 is #22674D. Grayscale: #AFAFAF. Windows color (decimal): -2254670 or 11704541. OLE color: 11704541.

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

Color convert

RGB221152178-
CMYK00.310.190.13
HSL337.39º50.36%73.14%-
HSV(B)337.39º31.22%86.67%-
XYZ49.0841.0447.45-
YUV175.6129.36160.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=40.11%
G=27.59%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115217800.310.190.13337.3950.3673.14
HexDD98B201F13D1513249
Octal335230262037231552162111
Binary1101110110011000101100100111111001111011010100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98B2; }

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

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

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

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

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

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

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

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