#D984A7

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

Shades of Kobi #D984A7

Tints of Kobi #D984A7

Color information

#D984A7 (or 0xD984A7) is unknown color: approx Kobi. HEX triplet: D9, 84 and A7. RGB value is (217,132,167). Sum of RGB (Red+Green+Blue) = 217+132+167=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D984A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984A7 is #267B58. Grayscale: #A1A1A1. Windows color (decimal): -2521945 or 10978521. OLE color: 10978521.

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

Color convert

RGB217132167-
CMYK00.390.230.15
HSL335.29º52.8%68.43%-
HSV(B)335.29º39.17%85.1%-
XYZ43.8434.0440.82-
YUV161.4131.16167.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=42.05%
G=25.58%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713216700.390.230.15335.2952.868.43
HexD984A702717F14f3544
Octal331204247047271751765104
Binary11011001100001001010011101001111011111111010011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984A7; }

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

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

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

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

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

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

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

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