Html Css Color HEX #D48FBE Lily

📋 copy color: '#D48FBE'

red 212 ◦ green 143 ◦ blue 190

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

Shades of Lily #D48FBE

Tints of Lily #D48FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.24%

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

R = 38.9%
G = 26.24%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D48FBE (or 0xD48FBE) is known color: Lily. HEX triplet: D4, 8F and BE. RGB value is (212,143,190). Sum of RGB (Red+Green+Blue) = 212+143+190=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FBE is #2B7041. Grayscale: #A8A8A8. Windows color (decimal): -2846786 or 12488660. OLE color: 12488660.

HSL color Cylindrical-coordinate representation of color #D48FBE: hue angle of 319.13º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FBE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 143 190 -
CMYK 0 0.33 0.10 0.17
HSL 319.13º 0.45% 0.7% -
HSV(B) 319.13º 0.33% 0.83% -
XYZ 46.27 37.36 53.49 -
YUV 168.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 212 143 190 0 0.33 0.10 0.17 319.13 0.45 0.7
Hex D4 8F BE 0 21 A 11 13F 2D 46
Octal 324 217 276 0 41 12 21 477 55 106
Binary 11010100 10001111 10111110 0 100001 1010 10001 100111111 101101 1000110

Color Harmonies of #D48FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FBE

Black with #D48FBE

Text Example


Text Example

White with #D48FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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