#DA8BB1

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

Shades of Kobi #DA8BB1

Tints of Kobi #DA8BB1

Color information

#DA8BB1 (or 0xDA8BB1) is unknown color: approx Kobi. HEX triplet: DA, 8B and B1. RGB value is (218,139,177). Sum of RGB (Red+Green+Blue) = 218+139+177=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BB1 is #25744E. Grayscale: #A6A6A6. Windows color (decimal): -2454607 or 11635674. OLE color: 11635674.

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

Color convert

RGB218139177-
CMYK00.360.190.15
HSL331.14º51.63%70%-
HSV(B)331.14º36.24%85.49%-
XYZ46.0836.5446.22-
YUV166.95133.67164.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=40.82%
G=26.03%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813917700.360.190.15331.1451.6370
HexDA8BB102413F14b3446
Octal332213261044231751364106
Binary11011010100010111011000101001001001111111010010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BB1; }

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

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

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

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

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

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

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

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