#DA89B0

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

Shades of Kobi #DA89B0

Tints of Kobi #DA89B0

Color information

#DA89B0 (or 0xDA89B0) is unknown color: approx Kobi. HEX triplet: DA, 89 and B0. RGB value is (218,137,176). Sum of RGB (Red+Green+Blue) = 218+137+176=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA89B0 is #25764F. Grayscale: #A5A5A5. Windows color (decimal): -2455120 or 11569626. OLE color: 11569626.

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

Color convert

RGB218137176-
CMYK00.370.190.15
HSL331.11º52.26%69.61%-
HSV(B)331.11º37.16%85.49%-
XYZ45.735.9345.6-
YUV165.66133.84165.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=41.05%
G=25.80%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813717600.370.190.15331.1152.2669.61
HexDA89B002513F14b3446
Octal332211260045231751364106
Binary11011010100010011011000001001011001111111010010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89B0; }

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

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

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

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

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

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

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

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