Html Css Color HEX #D091CF Lilac

📋 copy color: '#D091CF'

red 208 ◦ green 145 ◦ blue 207

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

Shades of Lilac #D091CF

Tints of Lilac #D091CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 37.14%
G = 25.89%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D091CF (or 0xD091CF) is known color: Lilac. HEX triplet: D0, 91 and CF. RGB value is (208,145,207). Sum of RGB (Red+Green+Blue) = 208+145+207=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D091CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091CF is #2F6E30. Grayscale: #AAAAAA. Windows color (decimal): -3108401 or 13603280. OLE color: 13603280.

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

Color convert

RGB 208 145 207 -
CMYK 0 0.30 0.00 0.18
HSL 300.95º 0.4% 0.69% -
HSV(B) 300.95º 0.3% 0.82% -
XYZ 47.4 38.17 63.9 -
YUV 170.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 208 145 207 0 0.30 0.00 0.18 300.95 0.4 0.69
Hex D0 91 CF 0 1E 0 12 12D 28 45
Octal 320 221 317 0 36 0 22 455 50 105
Binary 11010000 10010001 11001111 0 11110 0 10010 100101101 101000 1000101

Color Harmonies of #D091CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091CF

Black with #D091CF

Text Example


Text Example

White with #D091CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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