#D994A3

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

Shades of Kobi #D994A3

Tints of Kobi #D994A3

Color information

#D994A3 (or 0xD994A3) is unknown color: approx Kobi. HEX triplet: D9, 94 and A3. RGB value is (217,148,163). Sum of RGB (Red+Green+Blue) = 217+148+163=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A3 is #266B5C. Grayscale: #AAAAAA. Windows color (decimal): -2517853 or 10720473. OLE color: 10720473.

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

Color convert

RGB217148163-
CMYK00.320.250.15
HSL346.96º47.59%71.57%-
HSV(B)346.96º31.8%85.1%-
XYZ45.8238.5839.68-
YUV170.34123.86161.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=41.10%
G=28.03%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714816300.320.250.15346.9647.5971.57
HexD994A302019F15b3048
Octal331224243040311753360110
Binary11011001100101001010001101000001100111111010110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994A3; }

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

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

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

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

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

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

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

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