Html Css Color HEX #D48DC1 Lily

📋 copy color: '#D48DC1'

red 212 ◦ green 141 ◦ blue 193

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

Shades of Lily #D48DC1

Tints of Lily #D48DC1

RGB

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

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

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

R = 38.83%
G = 25.82%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D48DC1 (or 0xD48DC1) is known color: Lily. HEX triplet: D4, 8D and C1. RGB value is (212,141,193). Sum of RGB (Red+Green+Blue) = 212+141+193=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC1 is #2B723E. Grayscale: #A8A8A8. Windows color (decimal): -2847295 or 12684756. OLE color: 12684756.

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

Color convert

RGB 212 141 193 -
CMYK 0 0.33 0.09 0.17
HSL 316.06º 0.45% 0.69% -
HSV(B) 316.06º 0.33% 0.83% -
XYZ 46.3 36.9 55.13 -
YUV 168.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 212 141 193 0 0.33 0.09 0.17 316.06 0.45 0.69
Hex D4 8D C1 0 21 9 11 13C 2D 45
Octal 324 215 301 0 41 11 21 474 55 105
Binary 11010100 10001101 11000001 0 100001 1001 10001 100111100 101101 1000101

Color Harmonies of #D48DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DC1

Black with #D48DC1

Text Example


Text Example

White with #D48DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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