Html Css Color HEX #D48EDA Plum

📋 copy color: '#D48EDA'

red 212 ◦ green 142 ◦ blue 218

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

Shades of Plum #D48EDA

Tints of Plum #D48EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 37.06%
G = 24.83%
B = 38.11%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D48EDA (or 0xD48EDA) is known color: Plum. HEX triplet: D4, 8E and DA. RGB value is (212,142,218). Sum of RGB (Red+Green+Blue) = 212+142+218=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D48EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EDA is #2B7125. Grayscale: #ABABAB. Windows color (decimal): -2847014 or 14323412. OLE color: 14323412.

HSL color Cylindrical-coordinate representation of color #D48EDA: hue angle of 295.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48EDA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 142 218 -
CMYK 0.03 0.35 0 0.15
HSL 295.26º 0.51% 0.71% -
HSV(B) 295.26º 0.35% 0.85% -
XYZ 49.48 38.41 71.13 -
YUV 171.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 212 142 218 0.03 0.35 0 0.15 295.26 0.51 0.71
Hex D4 8E DA 3 23 0 F 127 33 47
Octal 324 216 332 3 43 0 17 447 63 107
Binary 11010100 10001110 11011010 11 100011 0 1111 100100111 110011 1000111

Color Harmonies of #D48EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EDA

Black with #D48EDA

Text Example


Text Example

White with #D48EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EDA; }

 p { color: rgb(212,142,218); }

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

background-color css

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

 a { background-color: rgb(212,142,218); }

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

border-color css

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

 span { border-color: rgb(212,142,218); }

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