Html Css Color HEX #D395B9 Lily

📋 copy color: '#D395B9'

red 211 ◦ green 149 ◦ blue 185

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

Shades of Lily #D395B9

Tints of Lily #D395B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 38.72%
G = 27.34%
B = 33.94%

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

#D395B9 (or 0xD395B9) is known color: Lily. HEX triplet: D3, 95 and B9. RGB value is (211,149,185). Sum of RGB (Red+Green+Blue) = 211+149+185=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D395B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395B9 is #2C6A46. Grayscale: #ABABAB. Windows color (decimal): -2910791 or 12162515. OLE color: 12162515.

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

Color convert

RGB 211 149 185 -
CMYK 0 0.29 0.12 0.17
HSL 325.16º 0.41% 0.71% -
HSV(B) 325.16º 0.29% 0.83% -
XYZ 46.37 38.85 50.95 -
YUV 171.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 211 149 185 0 0.29 0.12 0.17 325.16 0.41 0.71
Hex D3 95 B9 0 1D C 11 145 29 47
Octal 323 225 271 0 35 14 21 505 51 107
Binary 11010011 10010101 10111001 0 11101 1100 10001 101000101 101001 1000111

Color Harmonies of #D395B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395B9

Black with #D395B9

Text Example


Text Example

White with #D395B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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