Html Css Color HEX #D097D0 Lilac

📋 copy color: '#D097D0'

red 208 ◦ green 151 ◦ blue 208

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

Shades of Lilac #D097D0

Tints of Lilac #D097D0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.63%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 36.68%
G = 26.63%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D097D0 (or 0xD097D0) is known color: Lilac. HEX triplet: D0, 97 and D0. RGB value is (208,151,208). Sum of RGB (Red+Green+Blue) = 208+151+208=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D097D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097D0 is #2F682F. Grayscale: #AEAEAE. Windows color (decimal): -3106864 or 13670352. OLE color: 13670352.

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

Color convert

RGB 208 151 208 -
CMYK 0 0.27 0 0.18
HSL 300º 0.38% 0.7% -
HSV(B) 300º 0.27% 0.82% -
XYZ 48.46 40.1 64.86 -
YUV 174.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 208 151 208 0 0.27 0 0.18 300 0.38 0.7
Hex D0 97 D0 0 1B 0 12 12C 26 46
Octal 320 227 320 0 33 0 22 454 46 106
Binary 11010000 10010111 11010000 0 11011 0 10010 100101100 100110 1000110

Color Harmonies of #D097D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097D0

Black with #D097D0

Text Example


Text Example

White with #D097D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097D0; }

 p { color: rgb(208,151,208); }

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

background-color css

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

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

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

border-color css

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

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

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