Html Css Color HEX #D48BBE Lily

📋 copy color: '#D48BBE'

red 212 ◦ green 139 ◦ blue 190

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

Shades of Lily #D48BBE

Tints of Lily #D48BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 39.19%
G = 25.69%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D48BBE (or 0xD48BBE) is known color: Lily. HEX triplet: D4, 8B and BE. RGB value is (212,139,190). Sum of RGB (Red+Green+Blue) = 212+139+190=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BBE is #2B7441. Grayscale: #A6A6A6. Windows color (decimal): -2847810 or 12487636. OLE color: 12487636.

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

Color convert

RGB 212 139 190 -
CMYK 0 0.34 0.10 0.17
HSL 318.08º 0.46% 0.69% -
HSV(B) 318.08º 0.34% 0.83% -
XYZ 45.68 36.18 53.29 -
YUV 166.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 212 139 190 0 0.34 0.10 0.17 318.08 0.46 0.69
Hex D4 8B BE 0 22 A 11 13E 2E 45
Octal 324 213 276 0 42 12 21 476 56 105
Binary 11010100 10001011 10111110 0 100010 1010 10001 100111110 101110 1000101

Color Harmonies of #D48BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BBE

Black with #D48BBE

Text Example


Text Example

White with #D48BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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