#DF83A8

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

Shades of Kobi #DF83A8

Tints of Kobi #DF83A8

Color information

#DF83A8 (or 0xDF83A8) is unknown color: approx Kobi. HEX triplet: DF, 83 and A8. RGB value is (223,131,168). Sum of RGB (Red+Green+Blue) = 223+131+168=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83A8 is #207C57. Grayscale: #A2A2A2. Windows color (decimal): -2128984 or 11043807. OLE color: 11043807.

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

Color convert

RGB223131168-
CMYK00.410.250.13
HSL335.87º58.97%69.41%-
HSV(B)335.87º41.26%87.45%-
XYZ45.6234.7541.35-
YUV162.73130.98170.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=42.72%
G=25.10%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313116800.410.250.13335.8758.9769.41
HexDF83A802919D1503b45
Octal337203250051311552073105
Binary11011111100000111010100001010011100111011010100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83A8; }

 p { color: rgb(223,131,168); }

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

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

 a { background-color: rgb(223,131,168); }

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

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

 span { border-color: rgb(223,131,168); }

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