Html Css Color HEX #D399B5 Lily

📋 copy color: '#D399B5'

red 211 ◦ green 153 ◦ blue 181

#D399B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D399B5

Tints of Lily #D399B5

RGB

 RED value IS 211 (82.81% from 255) = 38.72%

 GREEN value IS 153 (60.16% from 255) = 28.07%

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 38.72%
G = 28.07%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D399B5 (or 0xD399B5) is known color: Lily. HEX triplet: D3, 99 and B5. RGB value is (211,153,181). Sum of RGB (Red+Green+Blue) = 211+153+181=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399B5 is #2C664A. Grayscale: #ADADAD. Windows color (decimal): -2909771 or 11901395. OLE color: 11901395.

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

Color convert

RGB 211 153 181 -
CMYK 0 0.27 0.14 0.17
HSL 331.03º 0.4% 0.71% -
HSV(B) 331.03º 0.27% 0.83% -
XYZ 46.6 39.97 48.97 -
YUV 173.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 211 153 181 0 0.27 0.14 0.17 331.03 0.4 0.71
Hex D3 99 B5 0 1B E 11 14B 28 47
Octal 323 231 265 0 33 16 21 513 50 107
Binary 11010011 10011001 10110101 0 11011 1110 10001 101001011 101000 1000111

Color Harmonies of #D399B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399B5

Black with #D399B5

Text Example


Text Example

White with #D399B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399B5; }

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

 H1.HeaderClassName
 {
   color: #D399B5;
 }
 .AnyTagClassName
 {
   color: #D399B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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