Html Css Color HEX #D091C2 Lilac

📋 copy color: '#D091C2'

red 208 ◦ green 145 ◦ blue 194

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

Shades of Lilac #D091C2

Tints of Lilac #D091C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 38.03%
G = 26.51%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D091C2 (or 0xD091C2) is known color: Lilac. HEX triplet: D0, 91 and C2. RGB value is (208,145,194). Sum of RGB (Red+Green+Blue) = 208+145+194=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C2 is #2F6E3D. Grayscale: #A9A9A9. Windows color (decimal): -3108414 or 12751312. OLE color: 12751312.

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

Color convert

RGB 208 145 194 -
CMYK 0 0.30 0.07 0.18
HSL 313.33º 0.4% 0.69% -
HSV(B) 313.33º 0.3% 0.82% -
XYZ 45.88 37.56 55.87 -
YUV 169.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 208 145 194 0 0.30 0.07 0.18 313.33 0.4 0.69
Hex D0 91 C2 0 1E 7 12 139 28 45
Octal 320 221 302 0 36 7 22 471 50 105
Binary 11010000 10010001 11000010 0 11110 111 10010 100111001 101000 1000101

Color Harmonies of #D091C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091C2

Black with #D091C2

Text Example


Text Example

White with #D091C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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