#D985A7

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

Shades of Kobi #D985A7

Tints of Kobi #D985A7

Color information

#D985A7 (or 0xD985A7) is unknown color: approx Kobi. HEX triplet: D9, 85 and A7. RGB value is (217,133,167). Sum of RGB (Red+Green+Blue) = 217+133+167=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A7 is #267A58. Grayscale: #A1A1A1. Windows color (decimal): -2521689 or 10978777. OLE color: 10978777.

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

Color convert

RGB217133167-
CMYK00.390.230.15
HSL335.71º52.5%68.63%-
HSV(B)335.71º38.71%85.1%-
XYZ43.9834.3240.87-
YUV161.99130.83167.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=41.97%
G=25.73%
B=32.30%

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
Decimal21713316700.390.230.15335.7152.568.63
HexD985A702717F1503445
Octal331205247047271752064105
Binary11011001100001011010011101001111011111111010100001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985A7; }

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

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

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

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

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

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

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

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