#DA7FA8

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

Shades of Kobi #DA7FA8

Tints of Kobi #DA7FA8

Color information

#DA7FA8 (or 0xDA7FA8) is unknown color: approx Kobi. HEX triplet: DA, 7F and A8. RGB value is (218,127,168). Sum of RGB (Red+Green+Blue) = 218+127+168=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FA8 is #258057. Grayscale: #9E9E9E. Windows color (decimal): -2457688 or 11042778. OLE color: 11042778.

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

Color convert

RGB218127168-
CMYK00.420.230.15
HSL332.97º55.15%67.65%-
HSV(B)332.97º41.74%85.49%-
XYZ43.5732.9141.1-
YUV158.88133.15170.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=42.50%
G=24.76%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812716800.420.230.15332.9755.1567.65
HexDA7FA802A17F14d3744
Octal332177250052271751567104
Binary1101101011111111010100001010101011111111010011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FA8; }

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

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

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

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

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

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

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

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