#DA7FAD

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

Shades of Kobi #DA7FAD

Tints of Kobi #DA7FAD

Color information

#DA7FAD (or 0xDA7FAD) is unknown color: approx Kobi. HEX triplet: DA, 7F and AD. RGB value is (218,127,173). Sum of RGB (Red+Green+Blue) = 218+127+173=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FAD is #258052. Grayscale: #9F9F9F. Windows color (decimal): -2457683 or 11370458. OLE color: 11370458.

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

Color convert

RGB218127173-
CMYK00.420.210.15
HSL329.67º55.15%67.65%-
HSV(B)329.67º41.74%85.49%-
XYZ44.0533.143.6-
YUV159.45135.65169.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 127 (50% from 255) = 24.52%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=42.08%
G=24.52%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812717300.420.210.15329.6755.1567.65
HexDA7FAD02A15F14a3744
Octal332177255052251751267104
Binary1101101011111111010110101010101010111111010010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FAD; }

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

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

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

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

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

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

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

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