Html Css Color HEX #D387BC Lily

📋 copy color: '#D387BC'

red 211 ◦ green 135 ◦ blue 188

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

Shades of Lily #D387BC

Tints of Lily #D387BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.28%

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

R = 39.51%
G = 25.28%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D387BC (or 0xD387BC) is known color: Lily. HEX triplet: D3, 87 and BC. RGB value is (211,135,188). Sum of RGB (Red+Green+Blue) = 211+135+188=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D387BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387BC is #2C7843. Grayscale: #A3A3A3. Windows color (decimal): -2914372 or 12355539. OLE color: 12355539.

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

Color convert

RGB 211 135 188 -
CMYK 0 0.36 0.11 0.17
HSL 318.16º 0.46% 0.68% -
HSV(B) 318.16º 0.36% 0.83% -
XYZ 44.61 34.81 51.94 -
YUV 163.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 211 135 188 0 0.36 0.11 0.17 318.16 0.46 0.68
Hex D3 87 BC 0 24 B 11 13E 2E 44
Octal 323 207 274 0 44 13 21 476 56 104
Binary 11010011 10000111 10111100 0 100100 1011 10001 100111110 101110 1000100

Color Harmonies of #D387BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387BC

Black with #D387BC

Text Example


Text Example

White with #D387BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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