#D983B0

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

Shades of Kobi #D983B0

Tints of Kobi #D983B0

Color information

#D983B0 (or 0xD983B0) is unknown color: approx Kobi. HEX triplet: D9, 83 and B0. RGB value is (217,131,176). Sum of RGB (Red+Green+Blue) = 217+131+176=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D983B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D983B0 is #267C4F. Grayscale: #A1A1A1. Windows color (decimal): -2522192 or 11568089. OLE color: 11568089.

HSL color Cylindrical-coordinate representation of color #D983B0: hue angle of 328.6º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983B0 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217131176-
CMYK00.400.190.15
HSL328.6º53.09%68.24%-
HSV(B)328.6º39.63%85.1%-
XYZ44.5734.1245.31-
YUV161.84135.99167.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=41.41%
G=25%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713117600.400.190.15328.653.0968.24
HexD983B002813F1493544
Octal331203260050231751165104
Binary11011001100000111011000001010001001111111010010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983B0; }

 p { color: rgb(217,131,176); }

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

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

 a { background-color: rgb(217,131,176); }

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

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

 span { border-color: rgb(217,131,176); }

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