#D994B0

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

Shades of Kobi #D994B0

Tints of Kobi #D994B0

Color information

#D994B0 (or 0xD994B0) is unknown color: approx Kobi. HEX triplet: D9, 94 and B0. RGB value is (217,148,176). Sum of RGB (Red+Green+Blue) = 217+148+176=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D994B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994B0 is #266B4F. Grayscale: #ABABAB. Windows color (decimal): -2517840 or 11572441. OLE color: 11572441.

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

Color convert

RGB217148176-
CMYK00.320.190.15
HSL335.65º47.59%71.57%-
HSV(B)335.65º31.8%85.1%-
XYZ47.0439.0746.14-
YUV171.82130.36160.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=40.11%
G=27.36%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714817600.320.190.15335.6547.5971.57
HexD994B002013F1503048
Octal331224260040231752060110
Binary11011001100101001011000001000001001111111010100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994B0; }

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

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

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

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

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

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

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

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