Html Css Color HEX #D094B9 Lily

📋 copy color: '#D094B9'

red 208 ◦ green 148 ◦ blue 185

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

Shades of Lily #D094B9

Tints of Lily #D094B9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

 BLUE value IS 185 (72.66% from 255) = 34.2%

R = 38.45%
G = 27.36%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D094B9 (or 0xD094B9) is known color: Lily. HEX triplet: D0, 94 and B9. RGB value is (208,148,185). Sum of RGB (Red+Green+Blue) = 208+148+185=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D094B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094B9 is #2F6B46. Grayscale: #AAAAAA. Windows color (decimal): -3107655 or 12162256. OLE color: 12162256.

HSL color Cylindrical-coordinate representation of color #D094B9: hue angle of 323º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094B9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 185 -
CMYK 0 0.29 0.11 0.18
HSL 323º 0.39% 0.7% -
HSV(B) 323º 0.29% 0.82% -
XYZ 45.36 38.09 50.86 -
YUV 170.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 208 148 185 0 0.29 0.11 0.18 323 0.39 0.7
Hex D0 94 B9 0 1D B 12 143 27 46
Octal 320 224 271 0 35 13 22 503 47 106
Binary 11010000 10010100 10111001 0 11101 1011 10010 101000011 100111 1000110

Color Harmonies of #D094B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094B9

Black with #D094B9

Text Example


Text Example

White with #D094B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094B9; }

 p { color: rgb(208,148,185); }

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

background-color css

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

 a { background-color: rgb(208,148,185); }

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

border-color css

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

 span { border-color: rgb(208,148,185); }

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