#DA7FB1

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

Shades of Kobi #DA7FB1

Tints of Kobi #DA7FB1

Color information

#DA7FB1 (or 0xDA7FB1) is unknown color: approx Kobi. HEX triplet: DA, 7F and B1. RGB value is (218,127,177). Sum of RGB (Red+Green+Blue) = 218+127+177=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FB1 is #25804E. Grayscale: #9F9F9F. Windows color (decimal): -2457679 or 11632602. OLE color: 11632602.

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

Color convert

RGB218127177-
CMYK00.420.190.15
HSL327.03º55.15%67.65%-
HSV(B)327.03º41.74%85.49%-
XYZ44.4433.2645.67-
YUV159.91137.65169.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=41.76%
G=24.33%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812717700.420.190.15327.0355.1567.65
HexDA7FB102A13F1473744
Octal332177261052231750767104
Binary1101101011111111011000101010101001111111010001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FB1; }

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

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

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

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

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

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

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

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