Html Css Color HEX #D38BB6 Lily

📋 copy color: '#D38BB6'

red 211 ◦ green 139 ◦ blue 182

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

Shades of Lily #D38BB6

Tints of Lily #D38BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.13%

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 39.66%
G = 26.13%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D38BB6 (or 0xD38BB6) is known color: Lily. HEX triplet: D3, 8B and B6. RGB value is (211,139,182). Sum of RGB (Red+Green+Blue) = 211+139+182=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BB6 is #2C7449. Grayscale: #A5A5A5. Windows color (decimal): -2913354 or 11963347. OLE color: 11963347.

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

Color convert

RGB 211 139 182 -
CMYK 0 0.34 0.14 0.17
HSL 324.17º 0.45% 0.69% -
HSV(B) 324.17º 0.34% 0.83% -
XYZ 44.54 35.69 48.8 -
YUV 165.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 211 139 182 0 0.34 0.14 0.17 324.17 0.45 0.69
Hex D3 8B B6 0 22 E 11 144 2D 45
Octal 323 213 266 0 42 16 21 504 55 105
Binary 11010011 10001011 10110110 0 100010 1110 10001 101000100 101101 1000101

Color Harmonies of #D38BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BB6

Black with #D38BB6

Text Example


Text Example

White with #D38BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BB6; }

 p { color: rgb(211,139,182); }

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

background-color css

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

 a { background-color: rgb(211,139,182); }

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

border-color css

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

 span { border-color: rgb(211,139,182); }

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