Html Css Color HEX #D392BA Lily

📋 copy color: '#D392BA'

red 211 ◦ green 146 ◦ blue 186

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

Shades of Lily #D392BA

Tints of Lily #D392BA

RGB

 RED value IS 211 (82.81% from 255) = 38.86%

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

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

R = 38.86%
G = 26.89%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D392BA (or 0xD392BA) is known color: Lily. HEX triplet: D3, 92 and BA. RGB value is (211,146,186). Sum of RGB (Red+Green+Blue) = 211+146+186=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D392BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392BA is #2C6D45. Grayscale: #A9A9A9. Windows color (decimal): -2911558 or 12227283. OLE color: 12227283.

HSL color Cylindrical-coordinate representation of color #D392BA: hue angle of 323.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D392BA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 146 186 -
CMYK 0 0.31 0.12 0.17
HSL 323.08º 0.42% 0.7% -
HSV(B) 323.08º 0.31% 0.83% -
XYZ 46.01 37.95 51.36 -
YUV 170 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 211 146 186 0 0.31 0.12 0.17 323.08 0.42 0.7
Hex D3 92 BA 0 1F C 11 143 2A 46
Octal 323 222 272 0 37 14 21 503 52 106
Binary 11010011 10010010 10111010 0 11111 1100 10001 101000011 101010 1000110

Color Harmonies of #D392BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392BA

Black with #D392BA

Text Example


Text Example

White with #D392BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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