#D399B0

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

Shades of Kobi #D399B0

Tints of Kobi #D399B0

Color information

#D399B0 (or 0xD399B0) is unknown color: approx Kobi. HEX triplet: D3, 99 and B0. RGB value is (211,153,176). Sum of RGB (Red+Green+Blue) = 211+153+176=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399B0 is #2C664F. Grayscale: #ACACAC. Windows color (decimal): -2909776 or 11573715. OLE color: 11573715.

HSL color Cylindrical-coordinate representation of color #D399B0: hue angle of 336.21º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399B0 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211153176-
CMYK00.270.170.17
HSL336.21º39.73%71.37%-
HSV(B)336.21º27.49%82.75%-
XYZ46.0939.7746.32-
YUV172.96129.72155.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=39.07%
G=28.33%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115317600.270.170.17336.2139.7371.37
HexD399B001B11111502847
Octal323231260033212152050107
Binary11010011100110011011000001101110001100011010100001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399B0; }

 p { color: rgb(211,153,176); }

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

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

 a { background-color: rgb(211,153,176); }

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

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

 span { border-color: rgb(211,153,176); }

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