#D387AE

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

Shades of Kobi #D387AE

Tints of Kobi #D387AE

Color information

#D387AE (or 0xD387AE) is unknown color: approx Kobi. HEX triplet: D3, 87 and AE. RGB value is (211,135,174). Sum of RGB (Red+Green+Blue) = 211+135+174=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D387AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D387AE is #2C7851. Grayscale: #A2A2A2. Windows color (decimal): -2914386 or 11438035. OLE color: 11438035.

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

Color convert

RGB211135174-
CMYK00.360.180.17
HSL329.21º46.34%67.84%-
HSV(B)329.21º36.02%82.75%-
XYZ43.1734.2344.38-
YUV162.17134.68162.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=40.58%
G=25.96%
B=33.46%

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
Decimal21113517400.360.180.17329.2146.3467.84
HexD387AE02412111492e44
Octal323207256044222151156104
Binary110100111000011110101110010010010010100011010010011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D387AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D387AE; }

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

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

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

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

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

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

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

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