#DF8AB3

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

Shades of Kobi #DF8AB3

Tints of Kobi #DF8AB3

Color information

#DF8AB3 (or 0xDF8AB3) is unknown color: approx Kobi. HEX triplet: DF, 8A and B3. RGB value is (223,138,179). Sum of RGB (Red+Green+Blue) = 223+138+179=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AB3 is #20754C. Grayscale: #A8A8A8. Windows color (decimal): -2127181 or 11766495. OLE color: 11766495.

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

Color convert

RGB223138179-
CMYK00.380.200.13
HSL331.06º57.05%70.78%-
HSV(B)331.06º38.12%87.45%-
XYZ47.6637.1247.3-
YUV168.09134.16167.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=41.30%
G=25.56%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313817900.380.200.13331.0657.0570.78
HexDF8AB302614D14b3947
Octal337212263046241551371107
Binary11011111100010101011001101001101010011011010010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AB3; }

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

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

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

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

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

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

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

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