Html Css Color HEX #D292BB Lily

📋 copy color: '#D292BB'

red 210 ◦ green 146 ◦ blue 187

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

Shades of Lily #D292BB

Tints of Lily #D292BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 38.67%
G = 26.89%
B = 34.44%

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

#D292BB (or 0xD292BB) is known color: Lily. HEX triplet: D2, 92 and BB. RGB value is (210,146,187). Sum of RGB (Red+Green+Blue) = 210+146+187=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D292BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292BB is #2D6D44. Grayscale: #A9A9A9. Windows color (decimal): -2977093 or 12292818. OLE color: 12292818.

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

Color convert

RGB 210 146 187 -
CMYK 0 0.30 0.11 0.18
HSL 321.56º 0.42% 0.7% -
HSV(B) 321.56º 0.3% 0.82% -
XYZ 45.83 37.85 51.9 -
YUV 169.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 210 146 187 0 0.30 0.11 0.18 321.56 0.42 0.7
Hex D2 92 BB 0 1E B 12 142 2A 46
Octal 322 222 273 0 36 13 22 502 52 106
Binary 11010010 10010010 10111011 0 11110 1011 10010 101000010 101010 1000110

Color Harmonies of #D292BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292BB

Black with #D292BB

Text Example


Text Example

White with #D292BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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