Html Css Color HEX #D39BBC Lily

📋 copy color: '#D39BBC'

red 211 ◦ green 155 ◦ blue 188

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

Shades of Lily #D39BBC

Tints of Lily #D39BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

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

R = 38.09%
G = 27.98%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D39BBC (or 0xD39BBC) is known color: Lily. HEX triplet: D3, 9B and BC. RGB value is (211,155,188). Sum of RGB (Red+Green+Blue) = 211+155+188=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BBC is #2C6443. Grayscale: #AFAFAF. Windows color (decimal): -2909252 or 12360659. OLE color: 12360659.

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

Color convert

RGB 211 155 188 -
CMYK 0 0.27 0.11 0.17
HSL 324.64º 0.39% 0.72% -
HSV(B) 324.64º 0.27% 0.83% -
XYZ 47.66 40.92 52.96 -
YUV 175.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 211 155 188 0 0.27 0.11 0.17 324.64 0.39 0.72
Hex D3 9B BC 0 1B B 11 145 27 48
Octal 323 233 274 0 33 13 21 505 47 110
Binary 11010011 10011011 10111100 0 11011 1011 10001 101000101 100111 1001000

Color Harmonies of #D39BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39BBC

Black with #D39BBC

Text Example


Text Example

White with #D39BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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