#D385AD

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

Shades of Kobi #D385AD

Tints of Kobi #D385AD

Color information

#D385AD (or 0xD385AD) is unknown color: approx Kobi. HEX triplet: D3, 85 and AD. RGB value is (211,133,173). Sum of RGB (Red+Green+Blue) = 211+133+173=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D385AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385AD is #2C7A52. Grayscale: #A0A0A0. Windows color (decimal): -2914899 or 11371987. OLE color: 11371987.

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

Color convert

RGB211133173-
CMYK00.370.180.17
HSL329.23º46.99%67.45%-
HSV(B)329.23º36.97%82.75%-
XYZ42.7933.6443.77-
YUV160.88134.84163.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=40.81%
G=25.73%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113317300.370.180.17329.2346.9967.45
HexD385AD02512111492f43
Octal323205255045222151157103
Binary110100111000010110101101010010110010100011010010011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385AD; }

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

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

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

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

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

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

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

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