#D98BB4

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

Shades of Kobi #D98BB4

Tints of Kobi #D98BB4

Color information

#D98BB4 (or 0xD98BB4) is unknown color: approx Kobi. HEX triplet: D9, 8B and B4. RGB value is (217,139,180). Sum of RGB (Red+Green+Blue) = 217+139+180=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BB4 is #26744B. Grayscale: #A6A6A6. Windows color (decimal): -2520140 or 11832281. OLE color: 11832281.

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

Color convert

RGB217139180-
CMYK00.360.170.15
HSL328.46º50.65%69.8%-
HSV(B)328.46º35.94%85.1%-
XYZ46.0936.5147.8-
YUV167135.34163.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=40.49%
G=25.93%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713918000.360.170.15328.4650.6569.8
HexD98BB402411F1483346
Octal331213264044211751063106
Binary11011001100010111011010001001001000111111010010001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BB4; }

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

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

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

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

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

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

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

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