#DA99B2

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

Shades of Kobi #DA99B2

Tints of Kobi #DA99B2

Color information

#DA99B2 (or 0xDA99B2) is unknown color: approx Kobi. HEX triplet: DA, 99 and B2. RGB value is (218,153,178). Sum of RGB (Red+Green+Blue) = 218+153+178=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99B2 is #25664D. Grayscale: #AFAFAF. Windows color (decimal): -2451022 or 11704794. OLE color: 11704794.

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

Color convert

RGB218153178-
CMYK00.300.180.15
HSL336.92º46.76%72.75%-
HSV(B)336.92º29.82%85.49%-
XYZ48.3440.947.47-
YUV175.28129.53158.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=39.71%
G=27.87%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815317800.300.180.15336.9246.7672.75
HexDA99B201E12F1512f49
Octal332231262036221752157111
Binary1101101010011001101100100111101001011111010100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99B2; }

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

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

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

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

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

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

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

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