Html Css Color HEX #D397C1 Lily

📋 copy color: '#D397C1'

red 211 ◦ green 151 ◦ blue 193

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

Shades of Lily #D397C1

Tints of Lily #D397C1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.21%

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

R = 38.02%
G = 27.21%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D397C1 (or 0xD397C1) is known color: Lily. HEX triplet: D3, 97 and C1. RGB value is (211,151,193). Sum of RGB (Red+Green+Blue) = 211+151+193=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D397C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397C1 is #2C683E. Grayscale: #ADADAD. Windows color (decimal): -2910271 or 12687315. OLE color: 12687315.

HSL color Cylindrical-coordinate representation of color #D397C1: hue angle of 318º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D397C1 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 193 -
CMYK 0 0.28 0.09 0.17
HSL 318º 0.41% 0.71% -
HSV(B) 318º 0.28% 0.83% -
XYZ 47.56 39.83 55.63 -
YUV 173.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 211 151 193 0 0.28 0.09 0.17 318 0.41 0.71
Hex D3 97 C1 0 1C 9 11 13E 29 47
Octal 323 227 301 0 34 11 21 476 51 107
Binary 11010011 10010111 11000001 0 11100 1001 10001 100111110 101001 1000111

Color Harmonies of #D397C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397C1

Black with #D397C1

Text Example


Text Example

White with #D397C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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