#D98BB2

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

Shades of Kobi #D98BB2

Tints of Kobi #D98BB2

Color information

#D98BB2 (or 0xD98BB2) is unknown color: approx Kobi. HEX triplet: D9, 8B and B2. RGB value is (217,139,178). Sum of RGB (Red+Green+Blue) = 217+139+178=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98BB2 is #26744D. Grayscale: #A6A6A6. Windows color (decimal): -2520142 or 11701209. OLE color: 11701209.

HSL color Cylindrical-coordinate representation of color #D98BB2: hue angle of 330º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98BB2 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217139178-
CMYK00.360.180.15
HSL330º50.65%69.8%-
HSV(B)330º35.94%85.1%-
XYZ45.8836.4346.73-
YUV166.77134.34163.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=40.64%
G=26.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713917800.360.180.1533050.6569.8
HexD98BB202412F14a3346
Octal331213262044221751263106
Binary11011001100010111011001001001001001011111010010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BB2; }

 p { color: rgb(217,139,178); }

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

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

 a { background-color: rgb(217,139,178); }

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

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

 span { border-color: rgb(217,139,178); }

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