Html Css Color HEX #D381BB Lily

📋 copy color: '#D381BB'

red 211 ◦ green 129 ◦ blue 187

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

Shades of Lily #D381BB

Tints of Lily #D381BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.48%

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

R = 40.04%
G = 24.48%
B = 35.48%

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

#D381BB (or 0xD381BB) is known color: Lily. HEX triplet: D3, 81 and BB. RGB value is (211,129,187). Sum of RGB (Red+Green+Blue) = 211+129+187=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D381BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381BB is #2C7E44. Grayscale: #9F9F9F. Windows color (decimal): -2915909 or 12288467. OLE color: 12288467.

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

Color convert

RGB 211 129 187 -
CMYK 0 0.39 0.11 0.17
HSL 317.56º 0.48% 0.67% -
HSV(B) 317.56º 0.39% 0.83% -
XYZ 43.68 33.14 51.11 -
YUV 160.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 211 129 187 0 0.39 0.11 0.17 317.56 0.48 0.67
Hex D3 81 BB 0 27 B 11 13E 30 43
Octal 323 201 273 0 47 13 21 476 60 103
Binary 11010011 10000001 10111011 0 100111 1011 10001 100111110 110000 1000011

Color Harmonies of #D381BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381BB

Black with #D381BB

Text Example


Text Example

White with #D381BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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