#DA7FB2

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

Shades of Kobi #DA7FB2

Tints of Kobi #DA7FB2

Color information

#DA7FB2 (or 0xDA7FB2) is unknown color: approx Kobi. HEX triplet: DA, 7F and B2. RGB value is (218,127,178). Sum of RGB (Red+Green+Blue) = 218+127+178=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FB2 is #25804D. Grayscale: #9F9F9F. Windows color (decimal): -2457678 or 11698138. OLE color: 11698138.

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

Color convert

RGB218127178-
CMYK00.420.180.15
HSL326.37º55.15%67.65%-
HSV(B)326.37º41.74%85.49%-
XYZ44.5433.346.2-
YUV160.02138.15169.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=41.68%
G=24.28%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812717800.420.180.15326.3755.1567.65
HexDA7FB202A12F1463744
Octal332177262052221750667104
Binary1101101011111111011001001010101001011111010001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FB2; }

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

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

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

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

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

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

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

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