Html Css Color HEX #D395B6 Lily

📋 copy color: '#D395B6'

red 211 ◦ green 149 ◦ blue 182

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

Shades of Lily #D395B6

Tints of Lily #D395B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 38.93%
G = 27.49%
B = 33.58%

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

#D395B6 (or 0xD395B6) is known color: Lily. HEX triplet: D3, 95 and B6. RGB value is (211,149,182). Sum of RGB (Red+Green+Blue) = 211+149+182=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D395B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395B6 is #2C6A49. Grayscale: #ABABAB. Windows color (decimal): -2910794 or 11965907. OLE color: 11965907.

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

Color convert

RGB 211 149 182 -
CMYK 0 0.29 0.14 0.17
HSL 328.06º 0.41% 0.71% -
HSV(B) 328.06º 0.29% 0.83% -
XYZ 46.05 38.72 49.3 -
YUV 171.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 211 149 182 0 0.29 0.14 0.17 328.06 0.41 0.71
Hex D3 95 B6 0 1D E 11 148 29 47
Octal 323 225 266 0 35 16 21 510 51 107
Binary 11010011 10010101 10110110 0 11101 1110 10001 101001000 101001 1000111

Color Harmonies of #D395B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395B6

Black with #D395B6

Text Example


Text Example

White with #D395B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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