#DD93B1

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

Shades of Kobi #DD93B1

Tints of Kobi #DD93B1

Color information

#DD93B1 (or 0xDD93B1) is unknown color: approx Kobi. HEX triplet: DD, 93 and B1. RGB value is (221,147,177). Sum of RGB (Red+Green+Blue) = 221+147+177=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93B1 is #226C4E. Grayscale: #ACACAC. Windows color (decimal): -2255951 or 11637725. OLE color: 11637725.

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

Color convert

RGB221147177-
CMYK00.330.200.13
HSL335.68º52.11%72.16%-
HSV(B)335.68º33.48%86.67%-
XYZ48.1939.4146.66-
YUV172.55130.52162.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=40.55%
G=26.97%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114717700.330.200.13335.6852.1172.16
HexDD93B102114D1503448
Octal335223261041241552064110
Binary11011101100100111011000101000011010011011010100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93B1; }

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

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

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

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

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

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

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

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