Html Css Color HEX #D198C1 Lily

📋 copy color: '#D198C1'

red 209 ◦ green 152 ◦ blue 193

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

Shades of Lily #D198C1

Tints of Lily #D198C1

RGB

 RED value IS 209 (82.03% from 255) = 37.73%

 GREEN value IS 152 (59.77% from 255) = 27.44%

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

R = 37.73%
G = 27.44%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D198C1 (or 0xD198C1) is known color: Lily. HEX triplet: D1, 98 and C1. RGB value is (209,152,193). Sum of RGB (Red+Green+Blue) = 209+152+193=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C1 is #2E673E. Grayscale: #ADADAD. Windows color (decimal): -3041087 or 12687569. OLE color: 12687569.

HSL color Cylindrical-coordinate representation of color #D198C1: hue angle of 316.84º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198C1 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 152 193 -
CMYK 0 0.27 0.08 0.18
HSL 316.84º 0.38% 0.71% -
HSV(B) 316.84º 0.27% 0.82% -
XYZ 47.15 39.86 55.66 -
YUV 173.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 209 152 193 0 0.27 0.08 0.18 316.84 0.38 0.71
Hex D1 98 C1 0 1B 8 12 13D 26 47
Octal 321 230 301 0 33 10 22 475 46 107
Binary 11010001 10011000 11000001 0 11011 1000 10010 100111101 100110 1000111

Color Harmonies of #D198C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198C1

Black with #D198C1

Text Example


Text Example

White with #D198C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198C1; }

 p { color: rgb(209,152,193); }

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

background-color css

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

 a { background-color: rgb(209,152,193); }

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

border-color css

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

 span { border-color: rgb(209,152,193); }

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