#D992B1

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

Shades of Kobi #D992B1

Tints of Kobi #D992B1

Color information

#D992B1 (or 0xD992B1) is unknown color: approx Kobi. HEX triplet: D9, 92 and B1. RGB value is (217,146,177). Sum of RGB (Red+Green+Blue) = 217+146+177=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D992B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992B1 is #266D4E. Grayscale: #AAAAAA. Windows color (decimal): -2518351 or 11637465. OLE color: 11637465.

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

Color convert

RGB217146177-
CMYK00.330.180.15
HSL333.8º48.3%71.18%-
HSV(B)333.8º32.72%85.1%-
XYZ46.8338.4846.55-
YUV170.76131.52160.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=40.19%
G=27.04%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714617700.330.180.15333.848.371.18
HexD992B102112F14e3047
Octal331222261041221751660107
Binary11011001100100101011000101000011001011111010011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992B1; }

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

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

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

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

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

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

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

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