Html Css Color HEX #D090BA Lily

📋 copy color: '#D090BA'

red 208 ◦ green 144 ◦ blue 186

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

Shades of Lily #D090BA

Tints of Lily #D090BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.77%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 38.66%
G = 26.77%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D090BA (or 0xD090BA) is known color: Lily. HEX triplet: D0, 90 and BA. RGB value is (208,144,186). Sum of RGB (Red+Green+Blue) = 208+144+186=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D090BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090BA is #2F6F45. Grayscale: #A7A7A7. Windows color (decimal): -3108678 or 12226768. OLE color: 12226768.

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

Color convert

RGB 208 144 186 -
CMYK 0 0.31 0.11 0.18
HSL 320.63º 0.41% 0.69% -
HSV(B) 320.63º 0.31% 0.82% -
XYZ 44.85 36.9 51.21 -
YUV 167.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 208 144 186 0 0.31 0.11 0.18 320.63 0.41 0.69
Hex D0 90 BA 0 1F B 12 141 29 45
Octal 320 220 272 0 37 13 22 501 51 105
Binary 11010000 10010000 10111010 0 11111 1011 10010 101000001 101001 1000101

Color Harmonies of #D090BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090BA

Black with #D090BA

Text Example


Text Example

White with #D090BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090BA; }

 p { color: rgb(208,144,186); }

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

background-color css

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

 a { background-color: rgb(208,144,186); }

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

border-color css

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

 span { border-color: rgb(208,144,186); }

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