#DA8DB3

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

Shades of Kobi #DA8DB3

Tints of Kobi #DA8DB3

Color information

#DA8DB3 (or 0xDA8DB3) is unknown color: approx Kobi. HEX triplet: DA, 8D and B3. RGB value is (218,141,179). Sum of RGB (Red+Green+Blue) = 218+141+179=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DB3 is #25724C. Grayscale: #A8A8A8. Windows color (decimal): -2454093 or 11767258. OLE color: 11767258.

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

Color convert

RGB218141179-
CMYK00.350.180.15
HSL330.39º50.99%70.39%-
HSV(B)330.39º35.32%85.49%-
XYZ46.5837.2147.38-
YUV168.36134.01163.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=40.52%
G=26.21%
B=33.27%

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
Decimal21814117900.350.180.15330.3950.9970.39
HexDA8DB302312F14a3346
Octal332215263043221751263106
Binary11011010100011011011001101000111001011111010010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DB3; }

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

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

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

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

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

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

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

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