Html Css Color HEX #D390DD Plum

📋 copy color: '#D390DD'

red 211 ◦ green 144 ◦ blue 221

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

Shades of Plum #D390DD

Tints of Plum #D390DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25%

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

R = 36.63%
G = 25%
B = 38.37%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D390DD (or 0xD390DD) is known color: Plum. HEX triplet: D3, 90 and DD. RGB value is (211,144,221). Sum of RGB (Red+Green+Blue) = 211+144+221=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D390DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390DD is #2C6F22. Grayscale: #ACACAC. Windows color (decimal): -2912035 or 14520531. OLE color: 14520531.

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

Color convert

RGB 211 144 221 -
CMYK 0.05 0.35 0 0.13
HSL 292.21º 0.53% 0.72% -
HSV(B) 292.21º 0.35% 0.87% -
XYZ 49.89 39.02 73.31 -
YUV 172.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 211 144 221 0.05 0.35 0 0.13 292.21 0.53 0.72
Hex D3 90 DD 5 23 0 D 124 35 48
Octal 323 220 335 5 43 0 15 444 65 110
Binary 11010011 10010000 11011101 101 100011 0 1101 100100100 110101 1001000

Color Harmonies of #D390DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390DD

Black with #D390DD

Text Example


Text Example

White with #D390DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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