#D387A8

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

Shades of Kobi #D387A8

Tints of Kobi #D387A8

Color information

#D387A8 (or 0xD387A8) is unknown color: approx Kobi. HEX triplet: D3, 87 and A8. RGB value is (211,135,168). Sum of RGB (Red+Green+Blue) = 211+135+168=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D387A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D387A8 is #2C7857. Grayscale: #A1A1A1. Windows color (decimal): -2914392 or 11044819. OLE color: 11044819.

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

Color convert

RGB211135168-
CMYK00.360.200.17
HSL333.95º46.34%67.84%-
HSV(B)333.95º36.02%82.75%-
XYZ42.63441.36-
YUV161.49131.68163.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=41.05%
G=26.26%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113516800.360.200.17333.9546.3467.84
HexD387A8024141114e2e44
Octal323207250044242151656104
Binary110100111000011110101000010010010100100011010011101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D387A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D387A8; }

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

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

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

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

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

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

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

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