Html Css Color HEX #D39CD2 Plum

📋 copy color: '#D39CD2'

red 211 ◦ green 156 ◦ blue 210

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

Shades of Plum #D39CD2

Tints of Plum #D39CD2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 36.57%
G = 27.04%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D39CD2 (or 0xD39CD2) is known color: Plum. HEX triplet: D3, 9C and D2. RGB value is (211,156,210). Sum of RGB (Red+Green+Blue) = 211+156+210=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CD2 is #2C632D. Grayscale: #B2B2B2. Windows color (decimal): -2908974 or 13802707. OLE color: 13802707.

HSL color Cylindrical-coordinate representation of color #D39CD2: hue angle of 301.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39CD2 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 210 -
CMYK 0 0.26 0.00 0.17
HSL 301.09º 0.38% 0.72% -
HSV(B) 301.09º 0.26% 0.83% -
XYZ 50.39 42.28 66.48 -
YUV 178.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 211 156 210 0 0.26 0.00 0.17 301.09 0.38 0.72
Hex D3 9C D2 0 1A 0 11 12D 26 48
Octal 323 234 322 0 32 0 21 455 46 110
Binary 11010011 10011100 11010010 0 11010 0 10001 100101101 100110 1001000

Color Harmonies of #D39CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CD2

Black with #D39CD2

Text Example


Text Example

White with #D39CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CD2; }

 p { color: rgb(211,156,210); }

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

background-color css

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

 a { background-color: rgb(211,156,210); }

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

border-color css

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

 span { border-color: rgb(211,156,210); }

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