#D994AE

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

Shades of Kobi #D994AE

Tints of Kobi #D994AE

Color information

#D994AE (or 0xD994AE) is unknown color: approx Kobi. HEX triplet: D9, 94 and AE. RGB value is (217,148,174). Sum of RGB (Red+Green+Blue) = 217+148+174=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D994AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994AE is #266B51. Grayscale: #ABABAB. Windows color (decimal): -2517842 or 11441369. OLE color: 11441369.

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

Color convert

RGB217148174-
CMYK00.320.200.15
HSL337.39º47.59%71.57%-
HSV(B)337.39º31.8%85.1%-
XYZ46.8538.9945.1-
YUV171.6129.36160.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=40.26%
G=27.46%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714817400.320.200.15337.3947.5971.57
HexD994AE02014F1513048
Octal331224256040241752160110
Binary11011001100101001010111001000001010011111010100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994AE; }

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

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

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

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

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

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

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

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