#DA8EB3

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

Shades of Kobi #DA8EB3

Tints of Kobi #DA8EB3

Color information

#DA8EB3 (or 0xDA8EB3) is unknown color: approx Kobi. HEX triplet: DA, 8E and B3. RGB value is (218,142,179). Sum of RGB (Red+Green+Blue) = 218+142+179=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8EB3 is #25714C. Grayscale: #A8A8A8. Windows color (decimal): -2453837 or 11767514. OLE color: 11767514.

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

Color convert

RGB218142179-
CMYK00.350.180.15
HSL330.79º50.67%70.59%-
HSV(B)330.79º34.86%85.49%-
XYZ46.7237.5147.42-
YUV168.94133.68162.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=40.45%
G=26.35%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814217900.350.180.15330.7950.6770.59
HexDA8EB302312F14b3347
Octal332216263043221751363107
Binary11011010100011101011001101000111001011111010010111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EB3; }

 p { color: rgb(218,142,179); }

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

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

 a { background-color: rgb(218,142,179); }

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

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

 span { border-color: rgb(218,142,179); }

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