Html Css Color HEX #D395C1 Lily

📋 copy color: '#D395C1'

red 211 ◦ green 149 ◦ blue 193

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

Shades of Lily #D395C1

Tints of Lily #D395C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 38.16%
G = 26.94%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D395C1 (or 0xD395C1) is known color: Lily. HEX triplet: D3, 95 and C1. RGB value is (211,149,193). Sum of RGB (Red+Green+Blue) = 211+149+193=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D395C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395C1 is #2C6A3E. Grayscale: #ACACAC. Windows color (decimal): -2910783 or 12686803. OLE color: 12686803.

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

Color convert

RGB 211 149 193 -
CMYK 0 0.29 0.09 0.17
HSL 317.42º 0.41% 0.71% -
HSV(B) 317.42º 0.29% 0.83% -
XYZ 47.24 39.19 55.53 -
YUV 172.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 211 149 193 0 0.29 0.09 0.17 317.42 0.41 0.71
Hex D3 95 C1 0 1D 9 11 13D 29 47
Octal 323 225 301 0 35 11 21 475 51 107
Binary 11010011 10010101 11000001 0 11101 1001 10001 100111101 101001 1000111

Color Harmonies of #D395C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395C1

Black with #D395C1

Text Example


Text Example

White with #D395C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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