Html Css Color HEX #D395DD Plum

📋 copy color: '#D395DD'

red 211 ◦ green 149 ◦ blue 221

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

Shades of Plum #D395DD

Tints of Plum #D395DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.65%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 36.32%
G = 25.65%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D395DD (or 0xD395DD) is known color: Plum. HEX triplet: D3, 95 and DD. RGB value is (211,149,221). Sum of RGB (Red+Green+Blue) = 211+149+221=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D395DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395DD is #2C6A22. Grayscale: #AFAFAF. Windows color (decimal): -2910755 or 14521811. OLE color: 14521811.

HSL color Cylindrical-coordinate representation of color #D395DD: hue angle of 291.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D395DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 149 221 -
CMYK 0.05 0.33 0 0.13
HSL 291.67º 0.51% 0.73% -
HSV(B) 291.67º 0.33% 0.87% -
XYZ 50.66 40.56 73.57 -
YUV 175.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 211 149 221 0.05 0.33 0 0.13 291.67 0.51 0.73
Hex D3 95 DD 5 21 0 D 124 33 49
Octal 323 225 335 5 41 0 15 444 63 111
Binary 11010011 10010101 11011101 101 100001 0 1101 100100100 110011 1001001

Color Harmonies of #D395DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395DD

Black with #D395DD

Text Example


Text Example

White with #D395DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395DD; }

 p { color: rgb(211,149,221); }

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

background-color css

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

 a { background-color: rgb(211,149,221); }

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

border-color css

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

 span { border-color: rgb(211,149,221); }

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