Html Css Color HEX #D48EDE Plum

📋 copy color: '#D48EDE'

red 212 ◦ green 142 ◦ blue 222

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

Shades of Plum #D48EDE

Tints of Plum #D48EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 36.81%
G = 24.65%
B = 38.54%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D48EDE (or 0xD48EDE) is known color: Plum. HEX triplet: D4, 8E and DE. RGB value is (212,142,222). Sum of RGB (Red+Green+Blue) = 212+142+222=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #D48EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EDE is #2B7121. Grayscale: #ABABAB. Windows color (decimal): -2847010 or 14585556. OLE color: 14585556.

HSL color Cylindrical-coordinate representation of color #D48EDE: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48EDE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 142 222 -
CMYK 0.05 0.36 0 0.13
HSL 292.5º 0.55% 0.71% -
HSV(B) 292.5º 0.36% 0.87% -
XYZ 50.01 38.62 73.93 -
YUV 172.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 212 142 222 0.05 0.36 0 0.13 292.5 0.55 0.71
Hex D4 8E DE 5 24 0 D 124 37 47
Octal 324 216 336 5 44 0 15 444 67 107
Binary 11010100 10001110 11011110 101 100100 0 1101 100100100 110111 1000111

Color Harmonies of #D48EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EDE

Black with #D48EDE

Text Example


Text Example

White with #D48EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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