#D993B4

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

Shades of Kobi #D993B4

Tints of Kobi #D993B4

Color information

#D993B4 (or 0xD993B4) is unknown color: approx Kobi. HEX triplet: D9, 93 and B4. RGB value is (217,147,180). Sum of RGB (Red+Green+Blue) = 217+147+180=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993B4 is #266C4B. Grayscale: #ABABAB. Windows color (decimal): -2518092 or 11834329. OLE color: 11834329.

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

Color convert

RGB217147180-
CMYK00.320.170.15
HSL331.71º47.95%71.37%-
HSV(B)331.71º32.26%85.1%-
XYZ47.2938.9148.2-
YUV171.69132.69160.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=39.89%
G=27.02%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714718000.320.170.15331.7147.9571.37
HexD993B402011F14c3047
Octal331223264040211751460107
Binary11011001100100111011010001000001000111111010011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993B4; }

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

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

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

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

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

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

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

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