#DA9CB2

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

Shades of Kobi #DA9CB2

Tints of Kobi #DA9CB2

Color information

#DA9CB2 (or 0xDA9CB2) is unknown color: approx Kobi. HEX triplet: DA, 9C and B2. RGB value is (218,156,178). Sum of RGB (Red+Green+Blue) = 218+156+178=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9CB2 is #25634D. Grayscale: #B1B1B1. Windows color (decimal): -2450254 or 11705562. OLE color: 11705562.

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

Color convert

RGB218156178-
CMYK00.280.180.15
HSL338.71º45.59%73.33%-
HSV(B)338.71º28.44%85.49%-
XYZ48.8441.947.63-
YUV177.05128.54157.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=39.49%
G=28.26%
B=32.25%

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
Decimal21815617800.280.180.15338.7145.5973.33
HexDA9CB201C12F1532e49
Octal332234262034221752356111
Binary1101101010011100101100100111001001011111010100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CB2; }

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

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

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

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

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

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

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

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