Html Css Color HEX #D48EDC Plum

📋 copy color: '#D48EDC'

red 212 ◦ green 142 ◦ blue 220

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

Shades of Plum #D48EDC

Tints of Plum #D48EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 36.93%
G = 24.74%
B = 38.33%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D48EDC (or 0xD48EDC) is known color: Plum. HEX triplet: D4, 8E and DC. RGB value is (212,142,220). Sum of RGB (Red+Green+Blue) = 212+142+220=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D48EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EDC is #2B7123. Grayscale: #ABABAB. Windows color (decimal): -2847012 or 14454484. OLE color: 14454484.

HSL color Cylindrical-coordinate representation of color #D48EDC: hue angle of 293.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48EDC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 142 220 -
CMYK 0.04 0.35 0 0.14
HSL 293.85º 0.53% 0.71% -
HSV(B) 293.85º 0.35% 0.86% -
XYZ 49.74 38.51 72.52 -
YUV 171.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 212 142 220 0.04 0.35 0 0.14 293.85 0.53 0.71
Hex D4 8E DC 4 23 0 E 126 35 47
Octal 324 216 334 4 43 0 16 446 65 107
Binary 11010100 10001110 11011100 100 100011 0 1110 100100110 110101 1000111

Color Harmonies of #D48EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EDC

Black with #D48EDC

Text Example


Text Example

White with #D48EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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