#D387AD

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

Shades of Kobi #D387AD

Tints of Kobi #D387AD

Color information

#D387AD (or 0xD387AD) is unknown color: approx Kobi. HEX triplet: D3, 87 and AD. RGB value is (211,135,173). Sum of RGB (Red+Green+Blue) = 211+135+173=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D387AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D387AD is #2C7852. Grayscale: #A1A1A1. Windows color (decimal): -2914387 or 11372499. OLE color: 11372499.

HSL color Cylindrical-coordinate representation of color #D387AD: hue angle of 330º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D387AD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211135173-
CMYK00.360.180.17
HSL330º46.34%67.84%-
HSV(B)330º36.02%82.75%-
XYZ43.0734.1943.87-
YUV162.06134.18162.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=40.66%
G=26.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113517300.360.180.1733046.3467.84
HexD387AD024121114a2e44
Octal323207255044222151256104
Binary110100111000011110101101010010010010100011010010101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D387AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D387AD; }

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

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

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

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

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

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

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

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