#D183B0

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

Shades of Kobi #D183B0

Tints of Kobi #D183B0

Color information

#D183B0 (or 0xD183B0) is unknown color: approx Kobi. HEX triplet: D1, 83 and B0. RGB value is (209,131,176). Sum of RGB (Red+Green+Blue) = 209+131+176=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D183B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D183B0 is #2E7C4F. Grayscale: #9F9F9F. Windows color (decimal): -3046480 or 11568081. OLE color: 11568081.

HSL color Cylindrical-coordinate representation of color #D183B0: hue angle of 325.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183B0 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB209131176-
CMYK00.370.160.18
HSL325.38º45.88%66.67%-
HSV(B)325.38º37.32%81.96%-
XYZ42.2532.9245.2-
YUV159.45137.34163.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=40.50%
G=25.39%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913117600.370.160.18325.3845.8866.67
HexD183B002510121452e43
Octal321203260045202250556103
Binary110100011000001110110000010010110000100101010001011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D183B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D183B0; }

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

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

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

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

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

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

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

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