Html Css Color HEX #D091C0 Lily

📋 copy color: '#D091C0'

red 208 ◦ green 145 ◦ blue 192

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

Shades of Lily #D091C0

Tints of Lily #D091C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 38.17%
G = 26.61%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D091C0 (or 0xD091C0) is known color: Lily. HEX triplet: D0, 91 and C0. RGB value is (208,145,192). Sum of RGB (Red+Green+Blue) = 208+145+192=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D091C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091C0 is #2F6E3F. Grayscale: #A9A9A9. Windows color (decimal): -3108416 or 12620240. OLE color: 12620240.

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

Color convert

RGB 208 145 192 -
CMYK 0 0.30 0.08 0.18
HSL 315.24º 0.4% 0.69% -
HSV(B) 315.24º 0.3% 0.82% -
XYZ 45.65 37.47 54.69 -
YUV 169.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 208 145 192 0 0.30 0.08 0.18 315.24 0.4 0.69
Hex D0 91 C0 0 1E 8 12 13B 28 45
Octal 320 221 300 0 36 10 22 473 50 105
Binary 11010000 10010001 11000000 0 11110 1000 10010 100111011 101000 1000101

Color Harmonies of #D091C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091C0

Black with #D091C0

Text Example


Text Example

White with #D091C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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