#DD93AF

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

Shades of Kobi #DD93AF

Tints of Kobi #DD93AF

Color information

#DD93AF (or 0xDD93AF) is unknown color: approx Kobi. HEX triplet: DD, 93 and AF. RGB value is (221,147,175). Sum of RGB (Red+Green+Blue) = 221+147+175=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93AF is #226C50. Grayscale: #ACACAC. Windows color (decimal): -2255953 or 11506653. OLE color: 11506653.

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

Color convert

RGB221147175-
CMYK00.330.210.13
HSL337.3º52.11%72.16%-
HSV(B)337.3º33.48%86.67%-
XYZ47.9939.3345.62-
YUV172.32129.52162.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=40.70%
G=27.07%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114717500.330.210.13337.352.1172.16
HexDD93AF02115D1513448
Octal335223257041251552164110
Binary11011101100100111010111101000011010111011010100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93AF; }

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

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

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

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

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

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

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

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