Html Css Color HEX #D38DBB Lily

📋 copy color: '#D38DBB'

red 211 ◦ green 141 ◦ blue 187

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

Shades of Lily #D38DBB

Tints of Lily #D38DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 39.15%
G = 26.16%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D38DBB (or 0xD38DBB) is known color: Lily. HEX triplet: D3, 8D and BB. RGB value is (211,141,187). Sum of RGB (Red+Green+Blue) = 211+141+187=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DBB is #2C7244. Grayscale: #A7A7A7. Windows color (decimal): -2912837 or 12291539. OLE color: 12291539.

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

Color convert

RGB 211 141 187 -
CMYK 0 0.33 0.11 0.17
HSL 320.57º 0.44% 0.69% -
HSV(B) 320.57º 0.33% 0.83% -
XYZ 45.36 36.49 51.67 -
YUV 167.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 211 141 187 0 0.33 0.11 0.17 320.57 0.44 0.69
Hex D3 8D BB 0 21 B 11 141 2C 45
Octal 323 215 273 0 41 13 21 501 54 105
Binary 11010011 10001101 10111011 0 100001 1011 10001 101000001 101100 1000101

Color Harmonies of #D38DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DBB

Black with #D38DBB

Text Example


Text Example

White with #D38DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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