Html Css Color HEX #D382BC Lily

📋 copy color: '#D382BC'

red 211 ◦ green 130 ◦ blue 188

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

Shades of Lily #D382BC

Tints of Lily #D382BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 39.89%
G = 24.57%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D382BC (or 0xD382BC) is known color: Lily. HEX triplet: D3, 82 and BC. RGB value is (211,130,188). Sum of RGB (Red+Green+Blue) = 211+130+188=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D382BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382BC is #2C7D43. Grayscale: #A0A0A0. Windows color (decimal): -2915652 or 12354259. OLE color: 12354259.

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

Color convert

RGB 211 130 188 -
CMYK 0 0.38 0.11 0.17
HSL 317.04º 0.48% 0.67% -
HSV(B) 317.04º 0.38% 0.83% -
XYZ 43.92 33.44 51.72 -
YUV 160.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 211 130 188 0 0.38 0.11 0.17 317.04 0.48 0.67
Hex D3 82 BC 0 26 B 11 13D 30 43
Octal 323 202 274 0 46 13 21 475 60 103
Binary 11010011 10000010 10111100 0 100110 1011 10001 100111101 110000 1000011

Color Harmonies of #D382BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382BC

Black with #D382BC

Text Example


Text Example

White with #D382BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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