#DA99AD

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

Shades of Kobi #DA99AD

Tints of Kobi #DA99AD

Color information

#DA99AD (or 0xDA99AD) is unknown color: approx Kobi. HEX triplet: DA, 99 and AD. RGB value is (218,153,173). Sum of RGB (Red+Green+Blue) = 218+153+173=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99AD is #256652. Grayscale: #AEAEAE. Windows color (decimal): -2451027 or 11377114. OLE color: 11377114.

HSL color Cylindrical-coordinate representation of color #DA99AD: hue angle of 341.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99AD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218153173-
CMYK00.300.210.15
HSL341.54º46.76%72.75%-
HSV(B)341.54º29.82%85.49%-
XYZ47.8540.7144.87-
YUV174.72127.03158.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=40.07%
G=28.12%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815317300.300.210.15341.5446.7672.75
HexDA99AD01E15F1562f49
Octal332231255036251752657111
Binary1101101010011001101011010111101010111111010101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99AD; }

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

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

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

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

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

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

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

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