Html Css Color HEX #D094B7 Lily

📋 copy color: '#D094B7'

red 208 ◦ green 148 ◦ blue 183

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

Shades of Lily #D094B7

Tints of Lily #D094B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.95%

R = 38.59%
G = 27.46%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D094B7 (or 0xD094B7) is known color: Lily. HEX triplet: D0, 94 and B7. RGB value is (208,148,183). Sum of RGB (Red+Green+Blue) = 208+148+183=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D094B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094B7 is #2F6B48. Grayscale: #A9A9A9. Windows color (decimal): -3107657 or 12031184. OLE color: 12031184.

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

Color convert

RGB 208 148 183 -
CMYK 0 0.29 0.12 0.18
HSL 325º 0.39% 0.7% -
HSV(B) 325º 0.29% 0.82% -
XYZ 45.15 38.01 49.76 -
YUV 169.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 208 148 183 0 0.29 0.12 0.18 325 0.39 0.7
Hex D0 94 B7 0 1D C 12 145 27 46
Octal 320 224 267 0 35 14 22 505 47 106
Binary 11010000 10010100 10110111 0 11101 1100 10010 101000101 100111 1000110

Color Harmonies of #D094B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094B7

Black with #D094B7

Text Example


Text Example

White with #D094B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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