Html Css Color HEX #D091C5 Lilac

📋 copy color: '#D091C5'

red 208 ◦ green 145 ◦ blue 197

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

Shades of Lilac #D091C5

Tints of Lilac #D091C5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.36%

 BLUE value IS 197 (77.34% from 255) = 35.82%

R = 37.82%
G = 26.36%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D091C5 (or 0xD091C5) is known color: Lilac. HEX triplet: D0, 91 and C5. RGB value is (208,145,197). Sum of RGB (Red+Green+Blue) = 208+145+197=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C5 is #2F6E3A. Grayscale: #A9A9A9. Windows color (decimal): -3108411 or 12947920. OLE color: 12947920.

HSL color Cylindrical-coordinate representation of color #D091C5: hue angle of 310.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091C5 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 197 -
CMYK 0 0.30 0.05 0.18
HSL 310.48º 0.4% 0.69% -
HSV(B) 310.48º 0.3% 0.82% -
XYZ 46.22 37.69 57.66 -
YUV 169.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 208 145 197 0 0.30 0.05 0.18 310.48 0.4 0.69
Hex D0 91 C5 0 1E 5 12 136 28 45
Octal 320 221 305 0 36 5 22 466 50 105
Binary 11010000 10010001 11000101 0 11110 101 10010 100110110 101000 1000101

Color Harmonies of #D091C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091C5

Black with #D091C5

Text Example


Text Example

White with #D091C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091C5; }

 p { color: rgb(208,145,197); }

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

background-color css

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

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

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

border-color css

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

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

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