#DA93B2

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

Shades of Kobi #DA93B2

Tints of Kobi #DA93B2

Color information

#DA93B2 (or 0xDA93B2) is unknown color: approx Kobi. HEX triplet: DA, 93 and B2. RGB value is (218,147,178). Sum of RGB (Red+Green+Blue) = 218+147+178=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA93B2 is #256C4D. Grayscale: #ABABAB. Windows color (decimal): -2452558 or 11703258. OLE color: 11703258.

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

Color convert

RGB218147178-
CMYK00.330.180.15
HSL333.8º48.97%71.57%-
HSV(B)333.8º32.57%85.49%-
XYZ47.3838.9947.15-
YUV171.76131.52160.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=40.15%
G=27.07%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814717800.330.180.15333.848.9771.57
HexDA93B202112F14e3148
Octal332223262041221751661110
Binary11011010100100111011001001000011001011111010011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93B2; }

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

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

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

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

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

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

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

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