Html Css Color HEX #D48BC0 Lily

📋 copy color: '#D48BC0'

red 212 ◦ green 139 ◦ blue 192

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

Shades of Lily #D48BC0

Tints of Lily #D48BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 39.04%
G = 25.6%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D48BC0 (or 0xD48BC0) is known color: Lily. HEX triplet: D4, 8B and C0. RGB value is (212,139,192). Sum of RGB (Red+Green+Blue) = 212+139+192=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC0 is #2B743F. Grayscale: #A6A6A6. Windows color (decimal): -2847808 or 12618708. OLE color: 12618708.

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

Color convert

RGB 212 139 192 -
CMYK 0 0.34 0.09 0.17
HSL 316.44º 0.46% 0.69% -
HSV(B) 316.44º 0.34% 0.83% -
XYZ 45.9 36.27 54.45 -
YUV 166.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 212 139 192 0 0.34 0.09 0.17 316.44 0.46 0.69
Hex D4 8B C0 0 22 9 11 13C 2E 45
Octal 324 213 300 0 42 11 21 474 56 105
Binary 11010100 10001011 11000000 0 100010 1001 10001 100111100 101110 1000101

Color Harmonies of #D48BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BC0

Black with #D48BC0

Text Example


Text Example

White with #D48BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BC0; }

 p { color: rgb(212,139,192); }

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

background-color css

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

 a { background-color: rgb(212,139,192); }

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

border-color css

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

 span { border-color: rgb(212,139,192); }

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