Html Css Color HEX #D39ADC Plum

📋 copy color: '#D39ADC'

red 211 ◦ green 154 ◦ blue 220

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

Shades of Plum #D39ADC

Tints of Plum #D39ADC

RGB

 RED value IS 211 (82.81% from 255) = 36.07%

 GREEN value IS 154 (60.55% from 255) = 26.32%

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

R = 36.07%
G = 26.32%
B = 37.61%

CMYK

 C value IS 0.04

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D39ADC (or 0xD39ADC) is known color: Plum. HEX triplet: D3, 9A and DC. RGB value is (211,154,220). Sum of RGB (Red+Green+Blue) = 211+154+220=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADC is #2C6523. Grayscale: #B2B2B2. Windows color (decimal): -2909476 or 14457555. OLE color: 14457555.

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

Color convert

RGB 211 154 220 -
CMYK 0.04 0.3 0 0.14
HSL 291.82º 0.49% 0.73% -
HSV(B) 291.82º 0.3% 0.86% -
XYZ 51.34 42.13 73.14 -
YUV 178.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 211 154 220 0.04 0.3 0 0.14 291.82 0.49 0.73
Hex D3 9A DC 4 1E 0 E 124 31 49
Octal 323 232 334 4 36 0 16 444 61 111
Binary 11010011 10011010 11011100 100 11110 0 1110 100100100 110001 1001001

Color Harmonies of #D39ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39ADC

Black with #D39ADC

Text Example


Text Example

White with #D39ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39ADC; }

 p { color: rgb(211,154,220); }

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

background-color css

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

 a { background-color: rgb(211,154,220); }

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

border-color css

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

 span { border-color: rgb(211,154,220); }

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