#DA7FAB

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

Shades of Kobi #DA7FAB

Tints of Kobi #DA7FAB

Color information

#DA7FAB (or 0xDA7FAB) is unknown color: approx Kobi. HEX triplet: DA, 7F and AB. RGB value is (218,127,171). Sum of RGB (Red+Green+Blue) = 218+127+171=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FAB is #258054. Grayscale: #9F9F9F. Windows color (decimal): -2457685 or 11239386. OLE color: 11239386.

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

Color convert

RGB218127171-
CMYK00.420.220.15
HSL330.99º55.15%67.65%-
HSV(B)330.99º41.74%85.49%-
XYZ43.8533.0242.59-
YUV159.22134.65169.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=42.25%
G=24.61%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812717100.420.220.15330.9955.1567.65
HexDA7FAB02A16F14b3744
Octal332177253052261751367104
Binary1101101011111111010101101010101011011111010010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FAB; }

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

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

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

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

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

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

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

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