Html Css Color HEX #D097CD Lilac

📋 copy color: '#D097CD'

red 208 ◦ green 151 ◦ blue 205

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

Shades of Lilac #D097CD

Tints of Lilac #D097CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 36.88%
G = 26.77%
B = 36.35%

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

#D097CD (or 0xD097CD) is known color: Lilac. HEX triplet: D0, 97 and CD. RGB value is (208,151,205). Sum of RGB (Red+Green+Blue) = 208+151+205=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D097CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097CD is #2F6832. Grayscale: #AEAEAE. Windows color (decimal): -3106867 or 13473744. OLE color: 13473744.

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

Color convert

RGB 208 151 205 -
CMYK 0 0.27 0.01 0.18
HSL 303.16º 0.38% 0.7% -
HSV(B) 303.16º 0.27% 0.82% -
XYZ 48.1 39.95 62.93 -
YUV 174.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 208 151 205 0 0.27 0.01 0.18 303.16 0.38 0.7
Hex D0 97 CD 0 1B 1 12 12F 26 46
Octal 320 227 315 0 33 1 22 457 46 106
Binary 11010000 10010111 11001101 0 11011 1 10010 100101111 100110 1000110

Color Harmonies of #D097CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097CD

Black with #D097CD

Text Example


Text Example

White with #D097CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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