#DF80B0

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

Shades of Kobi #DF80B0

Tints of Kobi #DF80B0

Color information

#DF80B0 (or 0xDF80B0) is unknown color: approx Kobi. HEX triplet: DF, 80 and B0. RGB value is (223,128,176). Sum of RGB (Red+Green+Blue) = 223+128+176=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80B0 is #207F4F. Grayscale: #A1A1A1. Windows color (decimal): -2129744 or 11567327. OLE color: 11567327.

HSL color Cylindrical-coordinate representation of color #DF80B0: hue angle of 329.68º 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 #DF80B0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223128176-
CMYK00.430.210.13
HSL329.68º59.75%68.82%-
HSV(B)329.68º42.6%87.45%-
XYZ45.9934.2645.26-
YUV161.88135.97171.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=42.31%
G=24.29%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312817600.430.210.13329.6859.7568.82
HexDF80B002B15D14a3c45
Octal337200260053251551274105
Binary11011111100000001011000001010111010111011010010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80B0; }

 p { color: rgb(223,128,176); }

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

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

 a { background-color: rgb(223,128,176); }

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

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

 span { border-color: rgb(223,128,176); }

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