#D98DB3

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

Shades of Kobi #D98DB3

Tints of Kobi #D98DB3

Color information

#D98DB3 (or 0xD98DB3) is unknown color: approx Kobi. HEX triplet: D9, 8D and B3. RGB value is (217,141,179). Sum of RGB (Red+Green+Blue) = 217+141+179=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DB3 is #26724C. Grayscale: #A7A7A7. Windows color (decimal): -2519629 or 11767257. OLE color: 11767257.

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

Color convert

RGB217141179-
CMYK00.350.180.15
HSL330º50%70.2%-
HSV(B)330º35.02%85.1%-
XYZ46.2837.0647.36-
YUV168.06134.18162.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=40.41%
G=26.26%
B=33.33%

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
Decimal21714117900.350.180.153305070.2
HexD98DB302312F14a3246
Octal331215263043221751262106
Binary11011001100011011011001101000111001011111010010101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DB3; }

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

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

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

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

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

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

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

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