Html Css Color HEX #D48ED5 Plum

📋 copy color: '#D48ED5'

red 212 ◦ green 142 ◦ blue 213

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

Shades of Plum #D48ED5

Tints of Plum #D48ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.57%

R = 37.39%
G = 25.04%
B = 37.57%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D48ED5 (or 0xD48ED5) is known color: Plum. HEX triplet: D4, 8E and D5. RGB value is (212,142,213). Sum of RGB (Red+Green+Blue) = 212+142+213=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #D48ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ED5 is #2B712A. Grayscale: #AAAAAA. Windows color (decimal): -2847019 or 13995732. OLE color: 13995732.

HSL color Cylindrical-coordinate representation of color #D48ED5: hue angle of 299.15º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48ED5 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 142 213 -
CMYK 0.00 0.33 0 0.16
HSL 299.15º 0.46% 0.7% -
HSV(B) 299.15º 0.33% 0.84% -
XYZ 48.83 38.15 67.74 -
YUV 171.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 212 142 213 0.00 0.33 0 0.16 299.15 0.46 0.7
Hex D4 8E D5 0 21 0 10 12B 2E 46
Octal 324 216 325 0 41 0 20 453 56 106
Binary 11010100 10001110 11010101 0 100001 0 10000 100101011 101110 1000110

Color Harmonies of #D48ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ED5

Black with #D48ED5

Text Example


Text Example

White with #D48ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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