Html Css Color HEX #D48ADC Plum

📋 copy color: '#D48ADC'

red 212 ◦ green 138 ◦ blue 220

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

Shades of Plum #D48ADC

Tints of Plum #D48ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 37.19%
G = 24.21%
B = 38.6%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D48ADC (or 0xD48ADC) is known color: Plum. HEX triplet: D4, 8A and DC. RGB value is (212,138,220). Sum of RGB (Red+Green+Blue) = 212+138+220=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #D48ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ADC is #2B7523. Grayscale: #A9A9A9. Windows color (decimal): -2848036 or 14453460. OLE color: 14453460.

HSL color Cylindrical-coordinate representation of color #D48ADC: hue angle of 294.15º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48ADC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 138 220 -
CMYK 0.04 0.37 0 0.14
HSL 294.15º 0.54% 0.7% -
HSV(B) 294.15º 0.37% 0.86% -
XYZ 49.16 37.34 72.33 -
YUV 169.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 212 138 220 0.04 0.37 0 0.14 294.15 0.54 0.7
Hex D4 8A DC 4 25 0 E 126 36 46
Octal 324 212 334 4 45 0 16 446 66 106
Binary 11010100 10001010 11011100 100 100101 0 1110 100100110 110110 1000110

Color Harmonies of #D48ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ADC

Black with #D48ADC

Text Example


Text Example

White with #D48ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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