#DF83AD

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

Shades of Kobi #DF83AD

Tints of Kobi #DF83AD

Color information

#DF83AD (or 0xDF83AD) is unknown color: approx Kobi. HEX triplet: DF, 83 and AD. RGB value is (223,131,173). Sum of RGB (Red+Green+Blue) = 223+131+173=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83AD is #207C52. Grayscale: #A3A3A3. Windows color (decimal): -2128979 or 11371487. OLE color: 11371487.

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

Color convert

RGB223131173-
CMYK00.410.220.13
HSL332.61º58.97%69.41%-
HSV(B)332.61º41.26%87.45%-
XYZ46.0934.9443.85-
YUV163.3133.48170.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=42.31%
G=24.86%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313117300.410.220.13332.6158.9769.41
HexDF83AD02916D14d3b45
Octal337203255051261551573105
Binary11011111100000111010110101010011011011011010011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83AD; }

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

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

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

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

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

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

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

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