Html Css Color HEX #D382BA Lily

📋 copy color: '#D382BA'

red 211 ◦ green 130 ◦ blue 186

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

Shades of Lily #D382BA

Tints of Lily #D382BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.67%

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

R = 40.04%
G = 24.67%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D382BA (or 0xD382BA) is known color: Lily. HEX triplet: D3, 82 and BA. RGB value is (211,130,186). Sum of RGB (Red+Green+Blue) = 211+130+186=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D382BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382BA is #2C7D45. Grayscale: #A0A0A0. Windows color (decimal): -2915654 or 12223187. OLE color: 12223187.

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

Color convert

RGB 211 130 186 -
CMYK 0 0.38 0.12 0.17
HSL 318.52º 0.48% 0.67% -
HSV(B) 318.52º 0.38% 0.83% -
XYZ 43.71 33.36 50.59 -
YUV 160.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 211 130 186 0 0.38 0.12 0.17 318.52 0.48 0.67
Hex D3 82 BA 0 26 C 11 13F 30 43
Octal 323 202 272 0 46 14 21 477 60 103
Binary 11010011 10000010 10111010 0 100110 1100 10001 100111111 110000 1000011

Color Harmonies of #D382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382BA

Black with #D382BA

Text Example


Text Example

White with #D382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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