#DA93B0

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

Shades of Kobi #DA93B0

Tints of Kobi #DA93B0

Color information

#DA93B0 (or 0xDA93B0) is unknown color: approx Kobi. HEX triplet: DA, 93 and B0. RGB value is (218,147,176). Sum of RGB (Red+Green+Blue) = 218+147+176=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA93B0 is #256C4F. Grayscale: #ABABAB. Windows color (decimal): -2452560 or 11572186. OLE color: 11572186.

HSL color Cylindrical-coordinate representation of color #DA93B0: hue angle of 335.49º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93B0 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218147176-
CMYK00.330.190.15
HSL335.49º48.97%71.57%-
HSV(B)335.49º32.57%85.49%-
XYZ47.1838.9146.1-
YUV171.54130.52161.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=40.30%
G=27.17%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814717600.330.190.15335.4948.9771.57
HexDA93B002113F14f3148
Octal332223260041231751761110
Binary11011010100100111011000001000011001111111010011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93B0; }

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

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

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

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

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

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

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

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