#DA8EB1

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

Shades of Kobi #DA8EB1

Tints of Kobi #DA8EB1

Color information

#DA8EB1 (or 0xDA8EB1) is unknown color: approx Kobi. HEX triplet: DA, 8E and B1. RGB value is (218,142,177). Sum of RGB (Red+Green+Blue) = 218+142+177=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8EB1 is #25714E. Grayscale: #A8A8A8. Windows color (decimal): -2453839 or 11636442. OLE color: 11636442.

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

Color convert

RGB218142177-
CMYK00.350.190.15
HSL332.37º50.67%70.59%-
HSV(B)332.37º34.86%85.49%-
XYZ46.5237.4346.37-
YUV168.71132.68163.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=40.60%
G=26.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814217700.350.190.15332.3750.6770.59
HexDA8EB102313F14c3347
Octal332216261043231751463107
Binary11011010100011101011000101000111001111111010011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EB1; }

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

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

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

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

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

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

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

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