#D98DB4

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

Shades of Kobi #D98DB4

Tints of Kobi #D98DB4

Color information

#D98DB4 (or 0xD98DB4) is unknown color: approx Kobi. HEX triplet: D9, 8D and B4. RGB value is (217,141,180). Sum of RGB (Red+Green+Blue) = 217+141+180=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DB4 is #26724B. Grayscale: #A8A8A8. Windows color (decimal): -2519628 or 11832793. OLE color: 11832793.

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

Color convert

RGB217141180-
CMYK00.350.170.15
HSL329.21º50%70.2%-
HSV(B)329.21º35.02%85.1%-
XYZ46.3837.147.9-
YUV168.17134.68162.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=40.33%
G=26.21%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714118000.350.170.15329.215070.2
HexD98DB402311F1493246
Octal331215264043211751162106
Binary11011001100011011011010001000111000111111010010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DB4; }

 p { color: rgb(217,141,180); }

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

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

 a { background-color: rgb(217,141,180); }

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

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

 span { border-color: rgb(217,141,180); }

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