Html Css Color HEX #D395B7 Lily

📋 copy color: '#D395B7'

red 211 ◦ green 149 ◦ blue 183

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

Shades of Lily #D395B7

Tints of Lily #D395B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 38.86%
G = 27.44%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D395B7 (or 0xD395B7) is known color: Lily. HEX triplet: D3, 95 and B7. RGB value is (211,149,183). Sum of RGB (Red+Green+Blue) = 211+149+183=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D395B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395B7 is #2C6A48. Grayscale: #ABABAB. Windows color (decimal): -2910793 or 12031443. OLE color: 12031443.

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

Color convert

RGB 211 149 183 -
CMYK 0 0.29 0.13 0.17
HSL 327.1º 0.41% 0.71% -
HSV(B) 327.1º 0.29% 0.83% -
XYZ 46.16 38.76 49.85 -
YUV 171.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 211 149 183 0 0.29 0.13 0.17 327.1 0.41 0.71
Hex D3 95 B7 0 1D D 11 147 29 47
Octal 323 225 267 0 35 15 21 507 51 107
Binary 11010011 10010101 10110111 0 11101 1101 10001 101000111 101001 1000111

Color Harmonies of #D395B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395B7

Black with #D395B7

Text Example


Text Example

White with #D395B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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