Html Css Color HEX #D48DB8 Lily

📋 copy color: '#D48DB8'

red 212 ◦ green 141 ◦ blue 184

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

Shades of Lily #D48DB8

Tints of Lily #D48DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.26%

R = 39.48%
G = 26.26%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D48DB8 (or 0xD48DB8) is known color: Lily. HEX triplet: D4, 8D and B8. RGB value is (212,141,184). Sum of RGB (Red+Green+Blue) = 212+141+184=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DB8 is #2B7247. Grayscale: #A7A7A7. Windows color (decimal): -2847304 or 12094932. OLE color: 12094932.

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

Color convert

RGB 212 141 184 -
CMYK 0 0.33 0.13 0.17
HSL 323.66º 0.45% 0.69% -
HSV(B) 323.66º 0.33% 0.83% -
XYZ 45.33 36.51 50.01 -
YUV 167.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 212 141 184 0 0.33 0.13 0.17 323.66 0.45 0.69
Hex D4 8D B8 0 21 D 11 144 2D 45
Octal 324 215 270 0 41 15 21 504 55 105
Binary 11010100 10001101 10111000 0 100001 1101 10001 101000100 101101 1000101

Color Harmonies of #D48DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DB8

Black with #D48DB8

Text Example


Text Example

White with #D48DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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