Html Css Color HEX #D38DBF Lily

📋 copy color: '#D38DBF'

red 211 ◦ green 141 ◦ blue 191

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

Shades of Lily #D38DBF

Tints of Lily #D38DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.97%

 BLUE value IS 191 (75% from 255) = 35.17%

R = 38.86%
G = 25.97%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D38DBF (or 0xD38DBF) is known color: Lily. HEX triplet: D3, 8D and BF. RGB value is (211,141,191). Sum of RGB (Red+Green+Blue) = 211+141+191=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DBF is #2C7240. Grayscale: #A7A7A7. Windows color (decimal): -2912833 or 12553683. OLE color: 12553683.

HSL color Cylindrical-coordinate representation of color #D38DBF: hue angle of 317.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38DBF is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 141 191 -
CMYK 0 0.33 0.09 0.17
HSL 317.14º 0.44% 0.69% -
HSV(B) 317.14º 0.33% 0.83% -
XYZ 45.79 36.66 53.95 -
YUV 167.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 211 141 191 0 0.33 0.09 0.17 317.14 0.44 0.69
Hex D3 8D BF 0 21 9 11 13D 2C 45
Octal 323 215 277 0 41 11 21 475 54 105
Binary 11010011 10001101 10111111 0 100001 1001 10001 100111101 101100 1000101

Color Harmonies of #D38DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DBF

Black with #D38DBF

Text Example


Text Example

White with #D38DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DBF; }

 p { color: rgb(211,141,191); }

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

background-color css

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

 a { background-color: rgb(211,141,191); }

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

border-color css

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

 span { border-color: rgb(211,141,191); }

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