Html Css Color HEX #D387BF Lily

📋 copy color: '#D387BF'

red 211 ◦ green 135 ◦ blue 191

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

Shades of Lily #D387BF

Tints of Lily #D387BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.57%

R = 39.29%
G = 25.14%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D387BF (or 0xD387BF) is known color: Lily. HEX triplet: D3, 87 and BF. RGB value is (211,135,191). Sum of RGB (Red+Green+Blue) = 211+135+191=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D387BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387BF is #2C7840. Grayscale: #A3A3A3. Windows color (decimal): -2914369 or 12552147. OLE color: 12552147.

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

Color convert

RGB 211 135 191 -
CMYK 0 0.36 0.09 0.17
HSL 315.79º 0.46% 0.68% -
HSV(B) 315.79º 0.36% 0.83% -
XYZ 44.93 34.94 53.67 -
YUV 164.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 211 135 191 0 0.36 0.09 0.17 315.79 0.46 0.68
Hex D3 87 BF 0 24 9 11 13C 2E 44
Octal 323 207 277 0 44 11 21 474 56 104
Binary 11010011 10000111 10111111 0 100100 1001 10001 100111100 101110 1000100

Color Harmonies of #D387BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387BF

Black with #D387BF

Text Example


Text Example

White with #D387BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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