#D385B1

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

Shades of Kobi #D385B1

Tints of Kobi #D385B1

Color information

#D385B1 (or 0xD385B1) is unknown color: approx Kobi. HEX triplet: D3, 85 and B1. RGB value is (211,133,177). Sum of RGB (Red+Green+Blue) = 211+133+177=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D385B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385B1 is #2C7A4E. Grayscale: #A1A1A1. Windows color (decimal): -2914895 or 11634131. OLE color: 11634131.

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

Color convert

RGB211133177-
CMYK00.370.160.17
HSL326.15º46.99%67.45%-
HSV(B)326.15º36.97%82.75%-
XYZ43.1933.845.84-
YUV161.34136.84163.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=40.50%
G=25.53%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113317700.370.160.17326.1546.9967.45
HexD385B102510111462f43
Octal323205261045202150657103
Binary110100111000010110110001010010110000100011010001101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385B1; }

 p { color: rgb(211,133,177); }

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

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

 a { background-color: rgb(211,133,177); }

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

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

 span { border-color: rgb(211,133,177); }

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