#DA85B0

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

Shades of Kobi #DA85B0

Tints of Kobi #DA85B0

Color information

#DA85B0 (or 0xDA85B0) is unknown color: approx Kobi. HEX triplet: DA, 85 and B0. RGB value is (218,133,176). Sum of RGB (Red+Green+Blue) = 218+133+176=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85B0 is #257A4F. Grayscale: #A3A3A3. Windows color (decimal): -2456144 or 11568602. OLE color: 11568602.

HSL color Cylindrical-coordinate representation of color #DA85B0: hue angle of 329.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85B0 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218133176-
CMYK00.390.190.15
HSL329.65º53.46%68.82%-
HSV(B)329.65º38.99%85.49%-
XYZ45.1434.8245.42-
YUV163.32135.16167-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=41.37%
G=25.24%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813317600.390.190.15329.6553.4668.82
HexDA85B002713F14a3545
Octal332205260047231751265105
Binary11011010100001011011000001001111001111111010010101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85B0; }

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

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

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

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

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

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

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

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