Html Css Color HEX #D091CD Lilac

📋 copy color: '#D091CD'

red 208 ◦ green 145 ◦ blue 205

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

Shades of Lilac #D091CD

Tints of Lilac #D091CD

RGB

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

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

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

R = 37.28%
G = 25.99%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D091CD (or 0xD091CD) is known color: Lilac. HEX triplet: D0, 91 and CD. RGB value is (208,145,205). Sum of RGB (Red+Green+Blue) = 208+145+205=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D091CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091CD is #2F6E32. Grayscale: #AAAAAA. Windows color (decimal): -3108403 or 13472208. OLE color: 13472208.

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

Color convert

RGB 208 145 205 -
CMYK 0 0.30 0.01 0.18
HSL 302.86º 0.4% 0.69% -
HSV(B) 302.86º 0.3% 0.82% -
XYZ 47.16 38.07 62.62 -
YUV 170.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 208 145 205 0 0.30 0.01 0.18 302.86 0.4 0.69
Hex D0 91 CD 0 1E 1 12 12F 28 45
Octal 320 221 315 0 36 1 22 457 50 105
Binary 11010000 10010001 11001101 0 11110 1 10010 100101111 101000 1000101

Color Harmonies of #D091CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091CD

Black with #D091CD

Text Example


Text Example

White with #D091CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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