#DD98AF

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

Shades of Kobi #DD98AF

Tints of Kobi #DD98AF

Color information

#DD98AF (or 0xDD98AF) is unknown color: approx Kobi. HEX triplet: DD, 98 and AF. RGB value is (221,152,175). Sum of RGB (Red+Green+Blue) = 221+152+175=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AF is #226750. Grayscale: #AFAFAF. Windows color (decimal): -2254673 or 11507933. OLE color: 11507933.

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

Color convert

RGB221152175-
CMYK00.310.210.13
HSL340º50.36%73.14%-
HSV(B)340º31.22%86.67%-
XYZ48.7840.9245.89-
YUV175.25127.86160.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=40.33%
G=27.74%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115217500.310.210.1334050.3673.14
HexDD98AF01F15D1543249
Octal335230257037251552462111
Binary1101110110011000101011110111111010111011010101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98AF; }

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

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

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

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

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

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

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

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