#D984AE

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

Shades of Kobi #D984AE

Tints of Kobi #D984AE

Color information

#D984AE (or 0xD984AE) is unknown color: approx Kobi. HEX triplet: D9, 84 and AE. RGB value is (217,132,174). Sum of RGB (Red+Green+Blue) = 217+132+174=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D984AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984AE is #267B51. Grayscale: #A2A2A2. Windows color (decimal): -2521938 or 11437273. OLE color: 11437273.

HSL color Cylindrical-coordinate representation of color #D984AE: hue angle of 330.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984AE is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217132174-
CMYK00.390.200.15
HSL330.35º52.8%68.43%-
HSV(B)330.35º39.17%85.1%-
XYZ44.5134.3144.32-
YUV162.2134.66167.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=41.49%
G=25.24%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713217400.390.200.15330.3552.868.43
HexD984AE02714F14a3544
Octal331204256047241751265104
Binary11011001100001001010111001001111010011111010010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984AE; }

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

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

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

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

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

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

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

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