Html Css Color HEX #D395B5 Lily

📋 copy color: '#D395B5'

red 211 ◦ green 149 ◦ blue 181

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

Shades of Lily #D395B5

Tints of Lily #D395B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 39%
G = 27.54%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D395B5 (or 0xD395B5) is known color: Lily. HEX triplet: D3, 95 and B5. RGB value is (211,149,181). Sum of RGB (Red+Green+Blue) = 211+149+181=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D395B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395B5 is #2C6A4A. Grayscale: #ABABAB. Windows color (decimal): -2910795 or 11900371. OLE color: 11900371.

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

Color convert

RGB 211 149 181 -
CMYK 0 0.29 0.14 0.17
HSL 329.03º 0.41% 0.71% -
HSV(B) 329.03º 0.29% 0.83% -
XYZ 45.95 38.68 48.76 -
YUV 171.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 211 149 181 0 0.29 0.14 0.17 329.03 0.41 0.71
Hex D3 95 B5 0 1D E 11 149 29 47
Octal 323 225 265 0 35 16 21 511 51 107
Binary 11010011 10010101 10110101 0 11101 1110 10001 101001001 101001 1000111

Color Harmonies of #D395B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395B5

Black with #D395B5

Text Example


Text Example

White with #D395B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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