Html Css Color HEX #D198C2 Lily

📋 copy color: '#D198C2'

red 209 ◦ green 152 ◦ blue 194

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

Shades of Lily #D198C2

Tints of Lily #D198C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 37.66%
G = 27.39%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D198C2 (or 0xD198C2) is known color: Lily. HEX triplet: D1, 98 and C2. RGB value is (209,152,194). Sum of RGB (Red+Green+Blue) = 209+152+194=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C2 is #2E673D. Grayscale: #ADADAD. Windows color (decimal): -3041086 or 12753105. OLE color: 12753105.

HSL color Cylindrical-coordinate representation of color #D198C2: hue angle of 315.79º 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 #D198C2 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 152 194 -
CMYK 0 0.27 0.07 0.18
HSL 315.79º 0.38% 0.71% -
HSV(B) 315.79º 0.27% 0.82% -
XYZ 47.26 39.91 56.25 -
YUV 173.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 209 152 194 0 0.27 0.07 0.18 315.79 0.38 0.71
Hex D1 98 C2 0 1B 7 12 13C 26 47
Octal 321 230 302 0 33 7 22 474 46 107
Binary 11010001 10011000 11000010 0 11011 111 10010 100111100 100110 1000111

Color Harmonies of #D198C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198C2

Black with #D198C2

Text Example


Text Example

White with #D198C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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