Html Css Color HEX #D49BC1 Lily

📋 copy color: '#D49BC1'

red 212 ◦ green 155 ◦ blue 193

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

Shades of Lily #D49BC1

Tints of Lily #D49BC1

RGB

 RED value IS 212 (83.2% from 255) = 37.86%

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

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 37.86%
G = 27.68%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D49BC1 (or 0xD49BC1) is known color: Lily. HEX triplet: D4, 9B and C1. RGB value is (212,155,193). Sum of RGB (Red+Green+Blue) = 212+155+193=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BC1 is #2B643E. Grayscale: #B0B0B0. Windows color (decimal): -2843711 or 12688340. OLE color: 12688340.

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

Color convert

RGB 212 155 193 -
CMYK 0 0.27 0.09 0.17
HSL 320º 0.4% 0.72% -
HSV(B) 320º 0.27% 0.83% -
XYZ 48.5 41.29 55.87 -
YUV 176.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 212 155 193 0 0.27 0.09 0.17 320 0.4 0.72
Hex D4 9B C1 0 1B 9 11 140 28 48
Octal 324 233 301 0 33 11 21 500 50 110
Binary 11010100 10011011 11000001 0 11011 1001 10001 101000000 101000 1001000

Color Harmonies of #D49BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BC1

Black with #D49BC1

Text Example


Text Example

White with #D49BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BC1; }

 p { color: rgb(212,155,193); }

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

background-color css

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

 a { background-color: rgb(212,155,193); }

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

border-color css

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

 span { border-color: rgb(212,155,193); }

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