#D993B3

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

Shades of Kobi #D993B3

Tints of Kobi #D993B3

Color information

#D993B3 (or 0xD993B3) is unknown color: approx Kobi. HEX triplet: D9, 93 and B3. RGB value is (217,147,179). Sum of RGB (Red+Green+Blue) = 217+147+179=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993B3 is #266C4C. Grayscale: #ABABAB. Windows color (decimal): -2518093 or 11768793. OLE color: 11768793.

HSL color Cylindrical-coordinate representation of color #D993B3: hue angle of 332.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993B3 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217147179-
CMYK00.320.180.15
HSL332.57º47.95%71.37%-
HSV(B)332.57º32.26%85.1%-
XYZ47.1938.8747.66-
YUV171.58132.19160.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 179 (70.31% from 255) = 32.97%
R=39.96%
G=27.07%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714717900.320.180.15332.5747.9571.37
HexD993B302012F14d3047
Octal331223263040221751560107
Binary11011001100100111011001101000001001011111010011011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993B3; }

 p { color: rgb(217,147,179); }

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

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

 a { background-color: rgb(217,147,179); }

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

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

 span { border-color: rgb(217,147,179); }

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