Html Css Color HEX #D394D9 Plum

📋 copy color: '#D394D9'

red 211 ◦ green 148 ◦ blue 217

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

Shades of Plum #D394D9

Tints of Plum #D394D9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.69%

 BLUE value IS 217 (85.16% from 255) = 37.67%

R = 36.63%
G = 25.69%
B = 37.67%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D394D9 (or 0xD394D9) is known color: Plum. HEX triplet: D3, 94 and D9. RGB value is (211,148,217). Sum of RGB (Red+Green+Blue) = 211+148+217=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #D394D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394D9 is #2C6B26. Grayscale: #AEAEAE. Windows color (decimal): -2911015 or 14259411. OLE color: 14259411.

HSL color Cylindrical-coordinate representation of color #D394D9: hue angle of 294.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D394D9 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 148 217 -
CMYK 0.03 0.32 0 0.15
HSL 294.78º 0.48% 0.72% -
HSV(B) 294.78º 0.32% 0.85% -
XYZ 49.98 40.04 70.74 -
YUV 174.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 211 148 217 0.03 0.32 0 0.15 294.78 0.48 0.72
Hex D3 94 D9 3 20 0 F 127 30 48
Octal 323 224 331 3 40 0 17 447 60 110
Binary 11010011 10010100 11011001 11 100000 0 1111 100100111 110000 1001000

Color Harmonies of #D394D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D394D9

Black with #D394D9

Text Example


Text Example

White with #D394D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D394D9; }

 p { color: rgb(211,148,217); }

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

background-color css

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

 a { background-color: rgb(211,148,217); }

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

border-color css

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

 span { border-color: rgb(211,148,217); }

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