Html Css Color HEX #D395BA Lily

📋 copy color: '#D395BA'

red 211 ◦ green 149 ◦ blue 186

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

Shades of Lily #D395BA

Tints of Lily #D395BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.29%

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 38.64%
G = 27.29%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D395BA (or 0xD395BA) is known color: Lily. HEX triplet: D3, 95 and BA. RGB value is (211,149,186). Sum of RGB (Red+Green+Blue) = 211+149+186=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D395BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395BA is #2C6A45. Grayscale: #ABABAB. Windows color (decimal): -2910790 or 12228051. OLE color: 12228051.

HSL color Cylindrical-coordinate representation of color #D395BA: hue angle of 324.19º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D395BA is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 149 186 -
CMYK 0 0.29 0.12 0.17
HSL 324.19º 0.41% 0.71% -
HSV(B) 324.19º 0.29% 0.83% -
XYZ 46.47 38.89 51.51 -
YUV 171.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 211 149 186 0 0.29 0.12 0.17 324.19 0.41 0.71
Hex D3 95 BA 0 1D C 11 144 29 47
Octal 323 225 272 0 35 14 21 504 51 107
Binary 11010011 10010101 10111010 0 11101 1100 10001 101000100 101001 1000111

Color Harmonies of #D395BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395BA

Black with #D395BA

Text Example


Text Example

White with #D395BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395BA; }

 p { color: rgb(211,149,186); }

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

background-color css

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

 a { background-color: rgb(211,149,186); }

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

border-color css

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

 span { border-color: rgb(211,149,186); }

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