Html Css Color HEX #D387B9 Lily

📋 copy color: '#D387B9'

red 211 ◦ green 135 ◦ blue 185

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

Shades of Lily #D387B9

Tints of Lily #D387B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 39.74%
G = 25.42%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D387B9 (or 0xD387B9) is known color: Lily. HEX triplet: D3, 87 and B9. RGB value is (211,135,185). Sum of RGB (Red+Green+Blue) = 211+135+185=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D387B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387B9 is #2C7846. Grayscale: #A3A3A3. Windows color (decimal): -2914375 or 12158931. OLE color: 12158931.

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

Color convert

RGB 211 135 185 -
CMYK 0 0.36 0.12 0.17
HSL 320.53º 0.46% 0.68% -
HSV(B) 320.53º 0.36% 0.83% -
XYZ 44.28 34.68 50.26 -
YUV 163.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 211 135 185 0 0.36 0.12 0.17 320.53 0.46 0.68
Hex D3 87 B9 0 24 C 11 141 2E 44
Octal 323 207 271 0 44 14 21 501 56 104
Binary 11010011 10000111 10111001 0 100100 1100 10001 101000001 101110 1000100

Color Harmonies of #D387B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387B9

Black with #D387B9

Text Example


Text Example

White with #D387B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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