Html Css Color HEX #D48DB7 Lily

📋 copy color: '#D48DB7'

red 212 ◦ green 141 ◦ blue 183

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

Shades of Lily #D48DB7

Tints of Lily #D48DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 39.55%
G = 26.31%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D48DB7 (or 0xD48DB7) is known color: Lily. HEX triplet: D4, 8D and B7. RGB value is (212,141,183). Sum of RGB (Red+Green+Blue) = 212+141+183=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DB7 is #2B7248. Grayscale: #A6A6A6. Windows color (decimal): -2847305 or 12029396. OLE color: 12029396.

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

Color convert

RGB 212 141 183 -
CMYK 0 0.33 0.14 0.17
HSL 324.51º 0.45% 0.69% -
HSV(B) 324.51º 0.33% 0.83% -
XYZ 45.22 36.47 49.45 -
YUV 167.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 212 141 183 0 0.33 0.14 0.17 324.51 0.45 0.69
Hex D4 8D B7 0 21 E 11 145 2D 45
Octal 324 215 267 0 41 16 21 505 55 105
Binary 11010100 10001101 10110111 0 100001 1110 10001 101000101 101101 1000101

Color Harmonies of #D48DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DB7

Black with #D48DB7

Text Example


Text Example

White with #D48DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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