Html Css Color HEX #D48EE0 Plum

📋 copy color: '#D48EE0'

red 212 ◦ green 142 ◦ blue 224

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

Shades of Plum #D48EE0

Tints of Plum #D48EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 36.68%
G = 24.57%
B = 38.75%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D48EE0 (or 0xD48EE0) is known color: Plum. HEX triplet: D4, 8E and E0. RGB value is (212,142,224). Sum of RGB (Red+Green+Blue) = 212+142+224=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #D48EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EE0 is #2B711F. Grayscale: #ACACAC. Windows color (decimal): -2847008 or 14716628. OLE color: 14716628.

HSL color Cylindrical-coordinate representation of color #D48EE0: hue angle of 291.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48EE0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 142 224 -
CMYK 0.05 0.37 0 0.12
HSL 291.22º 0.57% 0.72% -
HSV(B) 291.22º 0.37% 0.88% -
XYZ 50.28 38.72 75.35 -
YUV 172.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 212 142 224 0.05 0.37 0 0.12 291.22 0.57 0.72
Hex D4 8E E0 5 25 0 C 123 39 48
Octal 324 216 340 5 45 0 14 443 71 110
Binary 11010100 10001110 11100000 101 100101 0 1100 100100011 111001 1001000

Color Harmonies of #D48EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EE0

Black with #D48EE0

Text Example


Text Example

White with #D48EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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