#DD85AE

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

Shades of Kobi #DD85AE

Tints of Kobi #DD85AE

Color information

#DD85AE (or 0xDD85AE) is unknown color: approx Kobi. HEX triplet: DD, 85 and AE. RGB value is (221,133,174). Sum of RGB (Red+Green+Blue) = 221+133+174=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85AE is #227A51. Grayscale: #A3A3A3. Windows color (decimal): -2259538 or 11437533. OLE color: 11437533.

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

Color convert

RGB221133174-
CMYK00.400.210.13
HSL332.05º56.41%69.41%-
HSV(B)332.05º39.82%86.67%-
XYZ45.8535.244.42-
YUV163.99133.65168.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=41.86%
G=25.19%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113317400.400.210.13332.0556.4169.41
HexDD85AE02815D14c3845
Octal335205256050251551470105
Binary11011101100001011010111001010001010111011010011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85AE; }

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

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

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

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

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

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

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

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