#D399B1

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

Shades of Kobi #D399B1

Tints of Kobi #D399B1

Color information

#D399B1 (or 0xD399B1) is unknown color: approx Kobi. HEX triplet: D3, 99 and B1. RGB value is (211,153,177). Sum of RGB (Red+Green+Blue) = 211+153+177=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399B1 is #2C664E. Grayscale: #ADADAD. Windows color (decimal): -2909775 or 11639251. OLE color: 11639251.

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

Color convert

RGB211153177-
CMYK00.270.160.17
HSL335.17º39.73%71.37%-
HSV(B)335.17º27.49%82.75%-
XYZ46.1939.8146.84-
YUV173.08130.22155.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=39.00%
G=28.28%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115317700.270.160.17335.1739.7371.37
HexD399B101B101114f2847
Octal323231261033202151750107
Binary11010011100110011011000101101110000100011010011111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399B1; }

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

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

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

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

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

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

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

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