Html Css Color HEX #D48DBE Lily

📋 copy color: '#D48DBE'

red 212 ◦ green 141 ◦ blue 190

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

Shades of Lily #D48DBE

Tints of Lily #D48DBE

RGB

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

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

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

R = 39.04%
G = 25.97%
B = 34.99%

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

#D48DBE (or 0xD48DBE) is known color: Lily. HEX triplet: D4, 8D and BE. RGB value is (212,141,190). Sum of RGB (Red+Green+Blue) = 212+141+190=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DBE is #2B7241. Grayscale: #A7A7A7. Windows color (decimal): -2847298 or 12488148. OLE color: 12488148.

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

Color convert

RGB 212 141 190 -
CMYK 0 0.33 0.10 0.17
HSL 318.59º 0.45% 0.69% -
HSV(B) 318.59º 0.33% 0.83% -
XYZ 45.97 36.76 53.39 -
YUV 167.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 212 141 190 0 0.33 0.10 0.17 318.59 0.45 0.69
Hex D4 8D BE 0 21 A 11 13F 2D 45
Octal 324 215 276 0 41 12 21 477 55 105
Binary 11010100 10001101 10111110 0 100001 1010 10001 100111111 101101 1000101

Color Harmonies of #D48DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DBE

Black with #D48DBE

Text Example


Text Example

White with #D48DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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