Html Css Color HEX #D380BB Lily

📋 copy color: '#D380BB'

red 211 ◦ green 128 ◦ blue 187

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

Shades of Lily #D380BB

Tints of Lily #D380BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.33%

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

R = 40.11%
G = 24.33%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D380BB (or 0xD380BB) is known color: Lily. HEX triplet: D3, 80 and BB. RGB value is (211,128,187). Sum of RGB (Red+Green+Blue) = 211+128+187=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D380BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380BB is #2C7F44. Grayscale: #9F9F9F. Windows color (decimal): -2916165 or 12288211. OLE color: 12288211.

HSL color Cylindrical-coordinate representation of color #D380BB: hue angle of 317.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380BB is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 128 187 -
CMYK 0 0.39 0.11 0.17
HSL 317.35º 0.49% 0.66% -
HSV(B) 317.35º 0.39% 0.83% -
XYZ 43.55 32.88 51.06 -
YUV 159.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 211 128 187 0 0.39 0.11 0.17 317.35 0.49 0.66
Hex D3 80 BB 0 27 B 11 13D 31 42
Octal 323 200 273 0 47 13 21 475 61 102
Binary 11010011 10000000 10111011 0 100111 1011 10001 100111101 110001 1000010

Color Harmonies of #D380BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380BB

Black with #D380BB

Text Example


Text Example

White with #D380BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380BB; }

 p { color: rgb(211,128,187); }

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

background-color css

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

 a { background-color: rgb(211,128,187); }

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

border-color css

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

 span { border-color: rgb(211,128,187); }

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