Html Css Color HEX #D091B2 Lily

📋 copy color: '#D091B2'

red 208 ◦ green 145 ◦ blue 178

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

Shades of Lily #D091B2

Tints of Lily #D091B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 39.17%
G = 27.31%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D091B2 (or 0xD091B2) is known color: Lily. HEX triplet: D0, 91 and B2. RGB value is (208,145,178). Sum of RGB (Red+Green+Blue) = 208+145+178=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D091B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D091B2 is #2F6E4D. Grayscale: #A7A7A7. Windows color (decimal): -3108430 or 11702736. OLE color: 11702736.

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

Color convert

RGB 208 145 178 -
CMYK 0 0.30 0.14 0.18
HSL 328.57º 0.4% 0.69% -
HSV(B) 328.57º 0.3% 0.82% -
XYZ 44.17 36.88 46.91 -
YUV 167.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 208 145 178 0 0.30 0.14 0.18 328.57 0.4 0.69
Hex D0 91 B2 0 1E E 12 149 28 45
Octal 320 221 262 0 36 16 22 511 50 105
Binary 11010000 10010001 10110010 0 11110 1110 10010 101001001 101000 1000101

Color Harmonies of #D091B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091B2

Black with #D091B2

Text Example


Text Example

White with #D091B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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