#DA9DA9

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

Shades of Kobi #DA9DA9

Tints of Kobi #DA9DA9

Color information

#DA9DA9 (or 0xDA9DA9) is unknown color: approx Kobi. HEX triplet: DA, 9D and A9. RGB value is (218,157,169). Sum of RGB (Red+Green+Blue) = 218+157+169=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9DA9 is #256256. Grayscale: #B0B0B0. Windows color (decimal): -2450007 or 11115994. OLE color: 11115994.

HSL color Cylindrical-coordinate representation of color #DA9DA9: hue angle of 348.2º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DA9 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218157169-
CMYK00.280.220.15
HSL348.2º45.19%73.53%-
HSV(B)348.2º27.98%85.49%-
XYZ48.1341.8843.08-
YUV176.61123.71157.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=40.07%
G=28.86%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815716900.280.220.15348.245.1973.53
HexDA9DA901C16F15c2d4a
Octal332235251034261753455112
Binary1101101010011101101010010111001011011111010111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DA9; }

 p { color: rgb(218,157,169); }

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

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

 a { background-color: rgb(218,157,169); }

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

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

 span { border-color: rgb(218,157,169); }

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