#DA99B0

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

Shades of Kobi #DA99B0

Tints of Kobi #DA99B0

Color information

#DA99B0 (or 0xDA99B0) is unknown color: approx Kobi. HEX triplet: DA, 99 and B0. RGB value is (218,153,176). Sum of RGB (Red+Green+Blue) = 218+153+176=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99B0 is #25664F. Grayscale: #AFAFAF. Windows color (decimal): -2451024 or 11573722. OLE color: 11573722.

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

Color convert

RGB218153176-
CMYK00.300.190.15
HSL338.77º46.76%72.75%-
HSV(B)338.77º29.82%85.49%-
XYZ48.1440.8246.42-
YUV175.06128.53158.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=39.85%
G=27.97%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815317600.300.190.15338.7746.7672.75
HexDA99B001E13F1532f49
Octal332231260036231752357111
Binary1101101010011001101100000111101001111111010100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99B0; }

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

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

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

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

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

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

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

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