#D994A6

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

Shades of Kobi #D994A6

Tints of Kobi #D994A6

Color information

#D994A6 (or 0xD994A6) is unknown color: approx Kobi. HEX triplet: D9, 94 and A6. RGB value is (217,148,166). Sum of RGB (Red+Green+Blue) = 217+148+166=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A6 is #266B59. Grayscale: #AAAAAA. Windows color (decimal): -2517850 or 10917081. OLE color: 10917081.

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

Color convert

RGB217148166-
CMYK00.320.240.15
HSL344.35º47.59%71.57%-
HSV(B)344.35º31.8%85.1%-
XYZ46.0938.6841.11-
YUV170.68125.36161.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=40.87%
G=27.87%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714816600.320.240.15344.3547.5971.57
HexD994A602018F1583048
Octal331224246040301753060110
Binary11011001100101001010011001000001100011111010110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994A6; }

 p { color: rgb(217,148,166); }

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

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

 a { background-color: rgb(217,148,166); }

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

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

 span { border-color: rgb(217,148,166); }

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