Html Css Color HEX #D091CC Lilac

📋 copy color: '#D091CC'

red 208 ◦ green 145 ◦ blue 204

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

Shades of Lilac #D091CC

Tints of Lilac #D091CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 37.34%
G = 26.03%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D091CC (or 0xD091CC) is known color: Lilac. HEX triplet: D0, 91 and CC. RGB value is (208,145,204). Sum of RGB (Red+Green+Blue) = 208+145+204=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D091CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091CC is #2F6E33. Grayscale: #AAAAAA. Windows color (decimal): -3108404 or 13406672. OLE color: 13406672.

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

Color convert

RGB 208 145 204 -
CMYK 0 0.30 0.02 0.18
HSL 303.81º 0.4% 0.69% -
HSV(B) 303.81º 0.3% 0.82% -
XYZ 47.04 38.02 61.99 -
YUV 170.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 208 145 204 0 0.30 0.02 0.18 303.81 0.4 0.69
Hex D0 91 CC 0 1E 2 12 130 28 45
Octal 320 221 314 0 36 2 22 460 50 105
Binary 11010000 10010001 11001100 0 11110 10 10010 100110000 101000 1000101

Color Harmonies of #D091CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091CC

Black with #D091CC

Text Example


Text Example

White with #D091CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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