Html Css Color HEX #D098C2 Lilac

📋 copy color: '#D098C2'

red 208 ◦ green 152 ◦ blue 194

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

Shades of Lilac #D098C2

Tints of Lilac #D098C2

RGB

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

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

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

R = 37.55%
G = 27.44%
B = 35.02%

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

#D098C2 (or 0xD098C2) is known color: Lilac. HEX triplet: D0, 98 and C2. RGB value is (208,152,194). Sum of RGB (Red+Green+Blue) = 208+152+194=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D098C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098C2 is #2F673D. Grayscale: #ADADAD. Windows color (decimal): -3106622 or 12753104. OLE color: 12753104.

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

Color convert

RGB 208 152 194 -
CMYK 0 0.27 0.07 0.18
HSL 315º 0.37% 0.71% -
HSV(B) 315º 0.27% 0.82% -
XYZ 46.98 39.76 56.24 -
YUV 173.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 208 152 194 0 0.27 0.07 0.18 315 0.37 0.71
Hex D0 98 C2 0 1B 7 12 13B 25 47
Octal 320 230 302 0 33 7 22 473 45 107
Binary 11010000 10011000 11000010 0 11011 111 10010 100111011 100101 1000111

Color Harmonies of #D098C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098C2

Black with #D098C2

Text Example


Text Example

White with #D098C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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