Html Css Color HEX #D48DDC Plum

📋 copy color: '#D48DDC'

red 212 ◦ green 141 ◦ blue 220

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

Shades of Plum #D48DDC

Tints of Plum #D48DDC

RGB

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

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

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

R = 37%
G = 24.61%
B = 38.39%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D48DDC (or 0xD48DDC) is known color: Plum. HEX triplet: D4, 8D and DC. RGB value is (212,141,220). Sum of RGB (Red+Green+Blue) = 212+141+220=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D48DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DDC is #2B7223. Grayscale: #AAAAAA. Windows color (decimal): -2847268 or 14454228. OLE color: 14454228.

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

Color convert

RGB 212 141 220 -
CMYK 0.04 0.36 0 0.14
HSL 293.92º 0.53% 0.71% -
HSV(B) 293.92º 0.36% 0.86% -
XYZ 49.59 38.21 72.47 -
YUV 171.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 212 141 220 0.04 0.36 0 0.14 293.92 0.53 0.71
Hex D4 8D DC 4 24 0 E 126 35 47
Octal 324 215 334 4 44 0 16 446 65 107
Binary 11010100 10001101 11011100 100 100100 0 1110 100100110 110101 1000111

Color Harmonies of #D48DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DDC

Black with #D48DDC

Text Example


Text Example

White with #D48DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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