#DD85B0

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

Shades of Kobi #DD85B0

Tints of Kobi #DD85B0

Color information

#DD85B0 (or 0xDD85B0) is unknown color: approx Kobi. HEX triplet: DD, 85 and B0. RGB value is (221,133,176). Sum of RGB (Red+Green+Blue) = 221+133+176=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD85B0 is #227A4F. Grayscale: #A4A4A4. Windows color (decimal): -2259536 or 11568605. OLE color: 11568605.

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

Color convert

RGB221133176-
CMYK00.400.200.13
HSL330.68º56.41%69.41%-
HSV(B)330.68º39.82%86.67%-
XYZ46.0435.2845.46-
YUV164.21134.65168.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=41.70%
G=25.09%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113317600.400.200.13330.6856.4169.41
HexDD85B002814D14b3845
Octal335205260050241551370105
Binary11011101100001011011000001010001010011011010010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85B0; }

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

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

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

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

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

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

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

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