Html Css Color HEX #D48ADE Plum

📋 copy color: '#D48ADE'

red 212 ◦ green 138 ◦ blue 222

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

Shades of Plum #D48ADE

Tints of Plum #D48ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

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

R = 37.06%
G = 24.13%
B = 38.81%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D48ADE (or 0xD48ADE) is known color: Plum. HEX triplet: D4, 8A and DE. RGB value is (212,138,222). Sum of RGB (Red+Green+Blue) = 212+138+222=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D48ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ADE is #2B7521. Grayscale: #A9A9A9. Windows color (decimal): -2848034 or 14584532. OLE color: 14584532.

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

Color convert

RGB 212 138 222 -
CMYK 0.05 0.38 0 0.13
HSL 292.86º 0.56% 0.71% -
HSV(B) 292.86º 0.38% 0.87% -
XYZ 49.42 37.45 73.73 -
YUV 169.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 212 138 222 0.05 0.38 0 0.13 292.86 0.56 0.71
Hex D4 8A DE 5 26 0 D 125 38 47
Octal 324 212 336 5 46 0 15 445 70 107
Binary 11010100 10001010 11011110 101 100110 0 1101 100100101 111000 1000111

Color Harmonies of #D48ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ADE

Black with #D48ADE

Text Example


Text Example

White with #D48ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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