Html Css Color HEX #D091B4 Lily

📋 copy color: '#D091B4'

red 208 ◦ green 145 ◦ blue 180

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

Shades of Lily #D091B4

Tints of Lily #D091B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.77%

R = 39.02%
G = 27.2%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D091B4 (or 0xD091B4) is known color: Lily. HEX triplet: D0, 91 and B4. RGB value is (208,145,180). Sum of RGB (Red+Green+Blue) = 208+145+180=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D091B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091B4 is #2F6E4B. Grayscale: #A7A7A7. Windows color (decimal): -3108428 or 11833808. OLE color: 11833808.

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

Color convert

RGB 208 145 180 -
CMYK 0 0.30 0.13 0.18
HSL 326.67º 0.4% 0.69% -
HSV(B) 326.67º 0.3% 0.82% -
XYZ 44.38 36.96 47.97 -
YUV 167.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 208 145 180 0 0.30 0.13 0.18 326.67 0.4 0.69
Hex D0 91 B4 0 1E D 12 147 28 45
Octal 320 221 264 0 36 15 22 507 50 105
Binary 11010000 10010001 10110100 0 11110 1101 10010 101000111 101000 1000101

Color Harmonies of #D091B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091B4

Black with #D091B4

Text Example


Text Example

White with #D091B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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