#DA8DAF

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

Shades of Kobi #DA8DAF

Tints of Kobi #DA8DAF

Color information

#DA8DAF (or 0xDA8DAF) is unknown color: approx Kobi. HEX triplet: DA, 8D and AF. RGB value is (218,141,175). Sum of RGB (Red+Green+Blue) = 218+141+175=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8DAF is #257250. Grayscale: #A7A7A7. Windows color (decimal): -2454097 or 11505114. OLE color: 11505114.

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

Color convert

RGB218141175-
CMYK00.350.200.15
HSL333.51º50.99%70.39%-
HSV(B)333.51º35.32%85.49%-
XYZ46.1837.0545.28-
YUV167.9132.01163.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=40.82%
G=26.40%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814117500.350.200.15333.5150.9970.39
HexDA8DAF02314F14e3346
Octal332215257043241751663106
Binary11011010100011011010111101000111010011111010011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DAF; }

 p { color: rgb(218,141,175); }

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

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

 a { background-color: rgb(218,141,175); }

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

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

 span { border-color: rgb(218,141,175); }

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