#DA89B2

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

Shades of Kobi #DA89B2

Tints of Kobi #DA89B2

Color information

#DA89B2 (or 0xDA89B2) is unknown color: approx Kobi. HEX triplet: DA, 89 and B2. RGB value is (218,137,178). Sum of RGB (Red+Green+Blue) = 218+137+178=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA89B2 is #25764D. Grayscale: #A5A5A5. Windows color (decimal): -2455118 or 11700698. OLE color: 11700698.

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

Color convert

RGB218137178-
CMYK00.370.180.15
HSL329.63º52.26%69.61%-
HSV(B)329.63º37.16%85.49%-
XYZ45.8936.0146.65-
YUV165.89134.84165.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=40.90%
G=25.70%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813717800.370.180.15329.6352.2669.61
HexDA89B202512F14a3446
Octal332211262045221751264106
Binary11011010100010011011001001001011001011111010010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89B2; }

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

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

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

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

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

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

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

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