Html Css Color HEX #D38EC0 Lily

📋 copy color: '#D38EC0'

red 211 ◦ green 142 ◦ blue 192

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

Shades of Lily #D38EC0

Tints of Lily #D38EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.06%

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

R = 38.72%
G = 26.06%
B = 35.23%

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

#D38EC0 (or 0xD38EC0) is known color: Lily. HEX triplet: D3, 8E and C0. RGB value is (211,142,192). Sum of RGB (Red+Green+Blue) = 211+142+192=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EC0 is #2C713F. Grayscale: #A8A8A8. Windows color (decimal): -2912576 or 12619475. OLE color: 12619475.

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

Color convert

RGB 211 142 192 -
CMYK 0 0.33 0.09 0.17
HSL 316.52º 0.44% 0.69% -
HSV(B) 316.52º 0.33% 0.83% -
XYZ 46.05 37 54.58 -
YUV 168.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 211 142 192 0 0.33 0.09 0.17 316.52 0.44 0.69
Hex D3 8E C0 0 21 9 11 13D 2C 45
Octal 323 216 300 0 41 11 21 475 54 105
Binary 11010011 10001110 11000000 0 100001 1001 10001 100111101 101100 1000101

Color Harmonies of #D38EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EC0

Black with #D38EC0

Text Example


Text Example

White with #D38EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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