Html Css Color HEX #D48DBB Lily

📋 copy color: '#D48DBB'

red 212 ◦ green 141 ◦ blue 187

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

Shades of Lily #D48DBB

Tints of Lily #D48DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.63%

R = 39.26%
G = 26.11%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D48DBB (or 0xD48DBB) is known color: Lily. HEX triplet: D4, 8D and BB. RGB value is (212,141,187). Sum of RGB (Red+Green+Blue) = 212+141+187=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DBB is #2B7244. Grayscale: #A7A7A7. Windows color (decimal): -2847301 or 12291540. OLE color: 12291540.

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

Color convert

RGB 212 141 187 -
CMYK 0 0.33 0.12 0.17
HSL 321.13º 0.45% 0.69% -
HSV(B) 321.13º 0.33% 0.83% -
XYZ 45.65 36.63 51.68 -
YUV 167.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 212 141 187 0 0.33 0.12 0.17 321.13 0.45 0.69
Hex D4 8D BB 0 21 C 11 141 2D 45
Octal 324 215 273 0 41 14 21 501 55 105
Binary 11010100 10001101 10111011 0 100001 1100 10001 101000001 101101 1000101

Color Harmonies of #D48DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DBB

Black with #D48DBB

Text Example


Text Example

White with #D48DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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