#DA7FA6

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

Shades of Kobi #DA7FA6

Tints of Kobi #DA7FA6

Color information

#DA7FA6 (or 0xDA7FA6) is unknown color: approx Kobi. HEX triplet: DA, 7F and A6. RGB value is (218,127,166). Sum of RGB (Red+Green+Blue) = 218+127+166=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FA6 is #258059. Grayscale: #9E9E9E. Windows color (decimal): -2457690 or 10911706. OLE color: 10911706.

HSL color Cylindrical-coordinate representation of color #DA7FA6: hue angle of 334.29º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FA6 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218127166-
CMYK00.420.240.15
HSL334.29º55.15%67.65%-
HSV(B)334.29º41.74%85.49%-
XYZ43.3932.8440.13-
YUV158.66132.15170.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=42.66%
G=24.85%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812716600.420.240.15334.2955.1567.65
HexDA7FA602A18F14e3744
Octal332177246052301751667104
Binary1101101011111111010011001010101100011111010011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FA6; }

 p { color: rgb(218,127,166); }

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

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

 a { background-color: rgb(218,127,166); }

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

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

 span { border-color: rgb(218,127,166); }

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