Html Css Color HEX #D48DD7 Plum

📋 copy color: '#D48DD7'

red 212 ◦ green 141 ◦ blue 215

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

Shades of Plum #D48DD7

Tints of Plum #D48DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 37.32%
G = 24.82%
B = 37.85%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D48DD7 (or 0xD48DD7) is known color: Plum. HEX triplet: D4, 8D and D7. RGB value is (212,141,215). Sum of RGB (Red+Green+Blue) = 212+141+215=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #D48DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DD7 is #2B7228. Grayscale: #AAAAAA. Windows color (decimal): -2847273 or 14126548. OLE color: 14126548.

HSL color Cylindrical-coordinate representation of color #D48DD7: hue angle of 297.57º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48DD7 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 141 215 -
CMYK 0.01 0.34 0 0.16
HSL 297.57º 0.48% 0.7% -
HSV(B) 297.57º 0.34% 0.84% -
XYZ 48.94 37.95 69.04 -
YUV 170.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 212 141 215 0.01 0.34 0 0.16 297.57 0.48 0.7
Hex D4 8D D7 1 22 0 10 12A 30 46
Octal 324 215 327 1 42 0 20 452 60 106
Binary 11010100 10001101 11010111 1 100010 0 10000 100101010 110000 1000110

Color Harmonies of #D48DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DD7

Black with #D48DD7

Text Example


Text Example

White with #D48DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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