Html Css Color HEX #D48DE1 Plum

📋 copy color: '#D48DE1'

red 212 ◦ green 141 ◦ blue 225

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

Shades of Plum #D48DE1

Tints of Plum #D48DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.39%

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 36.68%
G = 24.39%
B = 38.93%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D48DE1 (or 0xD48DE1) is known color: Plum. HEX triplet: D4, 8D and E1. RGB value is (212,141,225). Sum of RGB (Red+Green+Blue) = 212+141+225=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #D48DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DE1 is #2B721E. Grayscale: #ABABAB. Windows color (decimal): -2847263 or 14781908. OLE color: 14781908.

HSL color Cylindrical-coordinate representation of color #D48DE1: hue angle of 290.71º degrees, saturation: 0.58, 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 #D48DE1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 141 225 -
CMYK 0.06 0.37 0 0.12
HSL 290.71º 0.58% 0.72% -
HSV(B) 290.71º 0.37% 0.88% -
XYZ 50.27 38.48 76.01 -
YUV 171.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 212 141 225 0.06 0.37 0 0.12 290.71 0.58 0.72
Hex D4 8D E1 6 25 0 C 123 3A 48
Octal 324 215 341 6 45 0 14 443 72 110
Binary 11010100 10001101 11100001 110 100101 0 1100 100100011 111010 1001000

Color Harmonies of #D48DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DE1

Black with #D48DE1

Text Example


Text Example

White with #D48DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DE1; }

 p { color: rgb(212,141,225); }

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

background-color css

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

 a { background-color: rgb(212,141,225); }

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

border-color css

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

 span { border-color: rgb(212,141,225); }

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