#DD93AD

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

Shades of Kobi #DD93AD

Tints of Kobi #DD93AD

Color information

#DD93AD (or 0xDD93AD) is unknown color: approx Kobi. HEX triplet: DD, 93 and AD. RGB value is (221,147,173). Sum of RGB (Red+Green+Blue) = 221+147+173=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93AD is #226C52. Grayscale: #ACACAC. Windows color (decimal): -2255955 or 11375581. OLE color: 11375581.

HSL color Cylindrical-coordinate representation of color #DD93AD: hue angle of 338.92º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93AD is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221147173-
CMYK00.330.220.13
HSL338.92º52.11%72.16%-
HSV(B)338.92º33.48%86.67%-
XYZ47.839.2644.59-
YUV172.09128.52162.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=40.85%
G=27.17%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114717300.330.220.13338.9252.1172.16
HexDD93AD02116D1533448
Octal335223255041261552364110
Binary11011101100100111010110101000011011011011010100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93AD; }

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

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

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

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

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

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

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

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