Html Css Color HEX #D098C8 Lilac

📋 copy color: '#D098C8'

red 208 ◦ green 152 ◦ blue 200

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

Shades of Lilac #D098C8

Tints of Lilac #D098C8

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

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

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 37.14%
G = 27.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D098C8 (or 0xD098C8) is known color: Lilac. HEX triplet: D0, 98 and C8. RGB value is (208,152,200). Sum of RGB (Red+Green+Blue) = 208+152+200=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D098C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098C8 is #2F6737. Grayscale: #AEAEAE. Windows color (decimal): -3106616 or 13146320. OLE color: 13146320.

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

Color convert

RGB 208 152 200 -
CMYK 0 0.27 0.04 0.18
HSL 308.57º 0.37% 0.71% -
HSV(B) 308.57º 0.27% 0.82% -
XYZ 47.67 40.04 59.86 -
YUV 174.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 208 152 200 0 0.27 0.04 0.18 308.57 0.37 0.71
Hex D0 98 C8 0 1B 4 12 135 25 47
Octal 320 230 310 0 33 4 22 465 45 107
Binary 11010000 10011000 11001000 0 11011 100 10010 100110101 100101 1000111

Color Harmonies of #D098C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098C8

Black with #D098C8

Text Example


Text Example

White with #D098C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098C8; }

 p { color: rgb(208,152,200); }

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

background-color css

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

 a { background-color: rgb(208,152,200); }

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

border-color css

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

 span { border-color: rgb(208,152,200); }

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