Html Css Color HEX #D292BA Lily

📋 copy color: '#D292BA'

red 210 ◦ green 146 ◦ blue 186

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

Shades of Lily #D292BA

Tints of Lily #D292BA

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

 GREEN value IS 146 (57.42% from 255) = 26.94%

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

R = 38.75%
G = 26.94%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D292BA (or 0xD292BA) is known color: Lily. HEX triplet: D2, 92 and BA. RGB value is (210,146,186). Sum of RGB (Red+Green+Blue) = 210+146+186=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D292BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292BA is #2D6D45. Grayscale: #A9A9A9. Windows color (decimal): -2977094 or 12227282. OLE color: 12227282.

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

Color convert

RGB 210 146 186 -
CMYK 0 0.30 0.11 0.18
HSL 322.5º 0.42% 0.7% -
HSV(B) 322.5º 0.3% 0.82% -
XYZ 45.72 37.8 51.34 -
YUV 169.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 210 146 186 0 0.30 0.11 0.18 322.5 0.42 0.7
Hex D2 92 BA 0 1E B 12 142 2A 46
Octal 322 222 272 0 36 13 22 502 52 106
Binary 11010010 10010010 10111010 0 11110 1011 10010 101000010 101010 1000110

Color Harmonies of #D292BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292BA

Black with #D292BA

Text Example


Text Example

White with #D292BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292BA; }

 p { color: rgb(210,146,186); }

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

background-color css

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

 a { background-color: rgb(210,146,186); }

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

border-color css

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

 span { border-color: rgb(210,146,186); }

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