#DF7FAB

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

Shades of Kobi #DF7FAB

Tints of Kobi #DF7FAB

Color information

#DF7FAB (or 0xDF7FAB) is unknown color: approx Kobi. HEX triplet: DF, 7F and AB. RGB value is (223,127,171). Sum of RGB (Red+Green+Blue) = 223+127+171=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FAB is #208054. Grayscale: #A0A0A0. Windows color (decimal): -2130005 or 11239391. OLE color: 11239391.

HSL color Cylindrical-coordinate representation of color #DF7FAB: hue angle of 332.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FAB is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223127171-
CMYK00.430.230.13
HSL332.5º60%68.63%-
HSV(B)332.5º43.05%87.45%-
XYZ45.3733.8142.66-
YUV160.72133.8172.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=42.80%
G=24.38%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312717100.430.230.13332.56068.63
HexDF7FAB02B17D14c3c45
Octal337177253053271551474105
Binary1101111111111111010101101010111011111011010011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7FAB; }

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

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

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

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

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

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

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

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