#DA7BAF

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

Shades of Kobi #DA7BAF

Tints of Kobi #DA7BAF

Color information

#DA7BAF (or 0xDA7BAF) is unknown color: approx Kobi. HEX triplet: DA, 7B and AF. RGB value is (218,123,175). Sum of RGB (Red+Green+Blue) = 218+123+175=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BAF is #258450. Grayscale: #9D9D9D. Windows color (decimal): -2458705 or 11500506. OLE color: 11500506.

HSL color Cylindrical-coordinate representation of color #DA7BAF: hue angle of 327.16º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BAF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218123175-
CMYK00.440.200.15
HSL327.16º56.21%66.86%-
HSV(B)327.16º43.58%85.49%-
XYZ43.7332.1744.46-
YUV157.33137.97171.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=42.25%
G=23.84%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812317500.440.200.15327.1656.2166.86
HexDA7BAF02C14F1473843
Octal332173257054241750770103
Binary1101101011110111010111101011001010011111010001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BAF; }

 p { color: rgb(218,123,175); }

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

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

 a { background-color: rgb(218,123,175); }

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

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

 span { border-color: rgb(218,123,175); }

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