Html Css Color HEX #D198CF Lilac

📋 copy color: '#D198CF'

red 209 ◦ green 152 ◦ blue 207

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

Shades of Lilac #D198CF

Tints of Lilac #D198CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 36.8%
G = 26.76%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D198CF (or 0xD198CF) is known color: Lilac. HEX triplet: D1, 98 and CF. RGB value is (209,152,207). Sum of RGB (Red+Green+Blue) = 209+152+207=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D198CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198CF is #2E6730. Grayscale: #AFAFAF. Windows color (decimal): -3041073 or 13605073. OLE color: 13605073.

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

Color convert

RGB 209 152 207 -
CMYK 0 0.27 0.01 0.18
HSL 302.11º 0.38% 0.71% -
HSV(B) 302.11º 0.27% 0.82% -
XYZ 48.79 40.52 64.28 -
YUV 175.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 209 152 207 0 0.27 0.01 0.18 302.11 0.38 0.71
Hex D1 98 CF 0 1B 1 12 12E 26 47
Octal 321 230 317 0 33 1 22 456 46 107
Binary 11010001 10011000 11001111 0 11011 1 10010 100101110 100110 1000111

Color Harmonies of #D198CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198CF

Black with #D198CF

Text Example


Text Example

White with #D198CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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