#DF8AAA

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

Shades of Kobi #DF8AAA

Tints of Kobi #DF8AAA

Color information

#DF8AAA (or 0xDF8AAA) is unknown color: approx Kobi. HEX triplet: DF, 8A and AA. RGB value is (223,138,170). Sum of RGB (Red+Green+Blue) = 223+138+170=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAA is #207555. Grayscale: #A7A7A7. Windows color (decimal): -2127190 or 11176671. OLE color: 11176671.

HSL color Cylindrical-coordinate representation of color #DF8AAA: hue angle of 337.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AAA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223138170-
CMYK00.380.240.13
HSL337.41º57.05%70.78%-
HSV(B)337.41º38.12%87.45%-
XYZ46.7836.7742.66-
YUV167.06129.66167.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=42.00%
G=25.99%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313817000.380.240.13337.4157.0570.78
HexDF8AAA02618D1513947
Octal337212252046301552171107
Binary11011111100010101010101001001101100011011010100011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AAA; }

 p { color: rgb(223,138,170); }

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

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

 a { background-color: rgb(223,138,170); }

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

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

 span { border-color: rgb(223,138,170); }

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