Html Css Color HEX #D48DBD Lily

📋 copy color: '#D48DBD'

red 212 ◦ green 141 ◦ blue 189

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

Shades of Lily #D48DBD

Tints of Lily #D48DBD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.01%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 39.11%
G = 26.01%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D48DBD (or 0xD48DBD) is known color: Lily. HEX triplet: D4, 8D and BD. RGB value is (212,141,189). Sum of RGB (Red+Green+Blue) = 212+141+189=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DBD is #2B7242. Grayscale: #A7A7A7. Windows color (decimal): -2847299 or 12422612. OLE color: 12422612.

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

Color convert

RGB 212 141 189 -
CMYK 0 0.33 0.11 0.17
HSL 319.44º 0.45% 0.69% -
HSV(B) 319.44º 0.33% 0.83% -
XYZ 45.86 36.72 52.81 -
YUV 167.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 212 141 189 0 0.33 0.11 0.17 319.44 0.45 0.69
Hex D4 8D BD 0 21 B 11 13F 2D 45
Octal 324 215 275 0 41 13 21 477 55 105
Binary 11010100 10001101 10111101 0 100001 1011 10001 100111111 101101 1000101

Color Harmonies of #D48DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DBD

Black with #D48DBD

Text Example


Text Example

White with #D48DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DBD; }

 p { color: rgb(212,141,189); }

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

background-color css

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

 a { background-color: rgb(212,141,189); }

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

border-color css

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

 span { border-color: rgb(212,141,189); }

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