#D98DB2

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

Shades of Kobi #D98DB2

Tints of Kobi #D98DB2

Color information

#D98DB2 (or 0xD98DB2) is unknown color: approx Kobi. HEX triplet: D9, 8D and B2. RGB value is (217,141,178). Sum of RGB (Red+Green+Blue) = 217+141+178=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DB2 is #26724D. Grayscale: #A7A7A7. Windows color (decimal): -2519630 or 11701721. OLE color: 11701721.

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

Color convert

RGB217141178-
CMYK00.350.180.15
HSL330.79º50%70.2%-
HSV(B)330.79º35.02%85.1%-
XYZ46.1837.0246.83-
YUV167.94133.68162.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 178 (69.92% from 255) = 33.21%
R=40.49%
G=26.31%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714117800.350.180.15330.795070.2
HexD98DB202312F14b3246
Octal331215262043221751362106
Binary11011001100011011011001001000111001011111010010111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DB2; }

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

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

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

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

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

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

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

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