#D992A7

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

Shades of Kobi #D992A7

Tints of Kobi #D992A7

Color information

#D992A7 (or 0xD992A7) is unknown color: approx Kobi. HEX triplet: D9, 92 and A7. RGB value is (217,146,167). Sum of RGB (Red+Green+Blue) = 217+146+167=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D992A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992A7 is #266D58. Grayscale: #A9A9A9. Windows color (decimal): -2518361 or 10982105. OLE color: 10982105.

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

Color convert

RGB217146167-
CMYK00.330.230.15
HSL342.25º48.3%71.18%-
HSV(B)342.25º32.72%85.1%-
XYZ45.8738.141.5-
YUV169.62126.52161.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=40.94%
G=27.55%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714616700.330.230.15342.2548.371.18
HexD992A702117F1563047
Octal331222247041271752660107
Binary11011001100100101010011101000011011111111010101101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992A7; }

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

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

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

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

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

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

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

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