#DA85AD

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

Shades of Kobi #DA85AD

Tints of Kobi #DA85AD

Color information

#DA85AD (or 0xDA85AD) is unknown color: approx Kobi. HEX triplet: DA, 85 and AD. RGB value is (218,133,173). Sum of RGB (Red+Green+Blue) = 218+133+173=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85AD is #257A52. Grayscale: #A2A2A2. Windows color (decimal): -2456147 or 11371994. OLE color: 11371994.

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

Color convert

RGB218133173-
CMYK00.390.210.15
HSL331.76º53.46%68.82%-
HSV(B)331.76º38.99%85.49%-
XYZ44.8434.743.87-
YUV162.98133.66167.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=41.60%
G=25.38%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813317300.390.210.15331.7653.4668.82
HexDA85AD02715F14c3545
Octal332205255047251751465105
Binary11011010100001011010110101001111010111111010011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85AD; }

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

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

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

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

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

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

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

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