#DA9CB3

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

Shades of Kobi #DA9CB3

Tints of Kobi #DA9CB3

Color information

#DA9CB3 (or 0xDA9CB3) is unknown color: approx Kobi. HEX triplet: DA, 9C and B3. RGB value is (218,156,179). Sum of RGB (Red+Green+Blue) = 218+156+179=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CB3 is #25634C. Grayscale: #B1B1B1. Windows color (decimal): -2450253 or 11771098. OLE color: 11771098.

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

Color convert

RGB218156179-
CMYK00.280.180.15
HSL337.74º45.59%73.33%-
HSV(B)337.74º28.44%85.49%-
XYZ48.9441.9448.16-
YUV177.16129.04157.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=39.42%
G=28.21%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815617900.280.180.15337.7445.5973.33
HexDA9CB301C12F1522e49
Octal332234263034221752256111
Binary1101101010011100101100110111001001011111010100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CB3; }

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

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

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

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

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

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

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

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