Html Css Color HEX #D091B5 Lily

📋 copy color: '#D091B5'

red 208 ◦ green 145 ◦ blue 181

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

Shades of Lily #D091B5

Tints of Lily #D091B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 38.95%
G = 27.15%
B = 33.9%

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

#D091B5 (or 0xD091B5) is known color: Lily. HEX triplet: D0, 91 and B5. RGB value is (208,145,181). Sum of RGB (Red+Green+Blue) = 208+145+181=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D091B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091B5 is #2F6E4A. Grayscale: #A7A7A7. Windows color (decimal): -3108427 or 11899344. OLE color: 11899344.

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

Color convert

RGB 208 145 181 -
CMYK 0 0.30 0.13 0.18
HSL 325.71º 0.4% 0.69% -
HSV(B) 325.71º 0.3% 0.82% -
XYZ 44.48 37 48.51 -
YUV 167.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 208 145 181 0 0.30 0.13 0.18 325.71 0.4 0.69
Hex D0 91 B5 0 1E D 12 146 28 45
Octal 320 221 265 0 36 15 22 506 50 105
Binary 11010000 10010001 10110101 0 11110 1101 10010 101000110 101000 1000101

Color Harmonies of #D091B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091B5

Black with #D091B5

Text Example


Text Example

White with #D091B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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