Html Css Color HEX #D399C0 Lily

📋 copy color: '#D399C0'

red 211 ◦ green 153 ◦ blue 192

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

Shades of Lily #D399C0

Tints of Lily #D399C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 37.95%
G = 27.52%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D399C0 (or 0xD399C0) is known color: Lily. HEX triplet: D3, 99 and C0. RGB value is (211,153,192). Sum of RGB (Red+Green+Blue) = 211+153+192=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D399C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399C0 is #2C663F. Grayscale: #AEAEAE. Windows color (decimal): -2909760 or 12622291. OLE color: 12622291.

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

Color convert

RGB 211 153 192 -
CMYK 0 0.27 0.09 0.17
HSL 319.66º 0.4% 0.71% -
HSV(B) 319.66º 0.27% 0.83% -
XYZ 47.77 40.44 55.16 -
YUV 174.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 211 153 192 0 0.27 0.09 0.17 319.66 0.4 0.71
Hex D3 99 C0 0 1B 9 11 140 28 47
Octal 323 231 300 0 33 11 21 500 50 107
Binary 11010011 10011001 11000000 0 11011 1001 10001 101000000 101000 1000111

Color Harmonies of #D399C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399C0

Black with #D399C0

Text Example


Text Example

White with #D399C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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