#DD85AD

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

Shades of Kobi #DD85AD

Tints of Kobi #DD85AD

Color information

#DD85AD (or 0xDD85AD) is unknown color: approx Kobi. HEX triplet: DD, 85 and AD. RGB value is (221,133,173). Sum of RGB (Red+Green+Blue) = 221+133+173=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85AD is #227A52. Grayscale: #A3A3A3. Windows color (decimal): -2259539 or 11371997. OLE color: 11371997.

HSL color Cylindrical-coordinate representation of color #DD85AD: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85AD is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221133173-
CMYK00.400.220.13
HSL332.73º56.41%69.41%-
HSV(B)332.73º39.82%86.67%-
XYZ45.7535.1643.91-
YUV163.87133.15168.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=41.94%
G=25.24%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113317300.400.220.13332.7356.4169.41
HexDD85AD02816D14d3845
Octal335205255050261551570105
Binary11011101100001011010110101010001011011011010011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85AD; }

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

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

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

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

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

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

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

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