Html Css Color HEX #D48EDB Plum

📋 copy color: '#D48EDB'

red 212 ◦ green 142 ◦ blue 219

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

Shades of Plum #D48EDB

Tints of Plum #D48EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 37%
G = 24.78%
B = 38.22%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D48EDB (or 0xD48EDB) is known color: Plum. HEX triplet: D4, 8E and DB. RGB value is (212,142,219). Sum of RGB (Red+Green+Blue) = 212+142+219=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D48EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EDB is #2B7124. Grayscale: #ABABAB. Windows color (decimal): -2847013 or 14388948. OLE color: 14388948.

HSL color Cylindrical-coordinate representation of color #D48EDB: hue angle of 294.55º degrees, saturation: 0.52, 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 #D48EDB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 142 219 -
CMYK 0.03 0.35 0 0.14
HSL 294.55º 0.52% 0.71% -
HSV(B) 294.55º 0.35% 0.86% -
XYZ 49.61 38.46 71.83 -
YUV 171.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 212 142 219 0.03 0.35 0 0.14 294.55 0.52 0.71
Hex D4 8E DB 3 23 0 E 127 34 47
Octal 324 216 333 3 43 0 16 447 64 107
Binary 11010100 10001110 11011011 11 100011 0 1110 100100111 110100 1000111

Color Harmonies of #D48EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EDB

Black with #D48EDB

Text Example


Text Example

White with #D48EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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