#DD83AD

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

Shades of Kobi #DD83AD

Tints of Kobi #DD83AD

Color information

#DD83AD (or 0xDD83AD) is unknown color: approx Kobi. HEX triplet: DD, 83 and AD. RGB value is (221,131,173). Sum of RGB (Red+Green+Blue) = 221+131+173=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83AD is #227C52. Grayscale: #A2A2A2. Windows color (decimal): -2260051 or 11371485. OLE color: 11371485.

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

Color convert

RGB221131173-
CMYK00.410.220.13
HSL332º56.96%69.02%-
HSV(B)332º40.72%86.67%-
XYZ45.4834.6243.82-
YUV162.7133.82169.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=42.10%
G=24.95%
B=32.95%

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
Decimal22113117300.410.220.1333256.9669.02
HexDD83AD02916D14c3945
Octal335203255051261551471105
Binary11011101100000111010110101010011011011011010011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83AD; }

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

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

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

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

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

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

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

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