#DA8BAD

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

Shades of Kobi #DA8BAD

Tints of Kobi #DA8BAD

Color information

#DA8BAD (or 0xDA8BAD) is unknown color: approx Kobi. HEX triplet: DA, 8B and AD. RGB value is (218,139,173). Sum of RGB (Red+Green+Blue) = 218+139+173=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BAD is #257452. Grayscale: #A6A6A6. Windows color (decimal): -2454611 or 11373530. OLE color: 11373530.

HSL color Cylindrical-coordinate representation of color #DA8BAD: hue angle of 334.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8BAD is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218139173-
CMYK00.360.210.15
HSL334.18º51.63%70%-
HSV(B)334.18º36.24%85.49%-
XYZ45.6936.3944.15-
YUV166.5131.67164.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=41.13%
G=26.23%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813917300.360.210.15334.1851.6370
HexDA8BAD02415F14e3446
Octal332213255044251751664106
Binary11011010100010111010110101001001010111111010011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BAD; }

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

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

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

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

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

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

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

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