#D993B1

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

Shades of Kobi #D993B1

Tints of Kobi #D993B1

Color information

#D993B1 (or 0xD993B1) is unknown color: approx Kobi. HEX triplet: D9, 93 and B1. RGB value is (217,147,177). Sum of RGB (Red+Green+Blue) = 217+147+177=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993B1 is #266C4E. Grayscale: #ABABAB. Windows color (decimal): -2518095 or 11637721. OLE color: 11637721.

HSL color Cylindrical-coordinate representation of color #D993B1: hue angle of 334.29º 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 #D993B1 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217147177-
CMYK00.320.180.15
HSL334.29º47.95%71.37%-
HSV(B)334.29º32.26%85.1%-
XYZ46.9838.7946.61-
YUV171.35131.19160.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=40.11%
G=27.17%
B=32.72%

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
Decimal21714717700.320.180.15334.2947.9571.37
HexD993B102012F14e3047
Octal331223261040221751660107
Binary11011001100100111011000101000001001011111010011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993B1; }

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

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

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

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

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

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

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

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