Html Css Color HEX #D091C3 Lilac

📋 copy color: '#D091C3'

red 208 ◦ green 145 ◦ blue 195

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

Shades of Lilac #D091C3

Tints of Lilac #D091C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 37.96%
G = 26.46%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D091C3 (or 0xD091C3) is known color: Lilac. HEX triplet: D0, 91 and C3. RGB value is (208,145,195). Sum of RGB (Red+Green+Blue) = 208+145+195=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C3 is #2F6E3C. Grayscale: #A9A9A9. Windows color (decimal): -3108413 or 12816848. OLE color: 12816848.

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

Color convert

RGB 208 145 195 -
CMYK 0 0.30 0.06 0.18
HSL 312.38º 0.4% 0.69% -
HSV(B) 312.38º 0.3% 0.82% -
XYZ 45.99 37.6 56.46 -
YUV 169.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 208 145 195 0 0.30 0.06 0.18 312.38 0.4 0.69
Hex D0 91 C3 0 1E 6 12 138 28 45
Octal 320 221 303 0 36 6 22 470 50 105
Binary 11010000 10010001 11000011 0 11110 110 10010 100111000 101000 1000101

Color Harmonies of #D091C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091C3

Black with #D091C3

Text Example


Text Example

White with #D091C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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