Html Css Color HEX #D390D1 Plum

📋 copy color: '#D390D1'

red 211 ◦ green 144 ◦ blue 209

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

Shades of Plum #D390D1

Tints of Plum #D390D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.06%

R = 37.41%
G = 25.53%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D390D1 (or 0xD390D1) is known color: Plum. HEX triplet: D3, 90 and D1. RGB value is (211,144,209). Sum of RGB (Red+Green+Blue) = 211+144+209=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D390D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390D1 is #2C6F2E. Grayscale: #ABABAB. Windows color (decimal): -2912047 or 13734099. OLE color: 13734099.

HSL color Cylindrical-coordinate representation of color #D390D1: hue angle of 301.79º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D390D1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 144 209 -
CMYK 0 0.32 0.01 0.17
HSL 301.79º 0.43% 0.7% -
HSV(B) 301.79º 0.32% 0.83% -
XYZ 48.35 38.4 65.19 -
YUV 171.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 211 144 209 0 0.32 0.01 0.17 301.79 0.43 0.7
Hex D3 90 D1 0 20 1 11 12E 2B 46
Octal 323 220 321 0 40 1 21 456 53 106
Binary 11010011 10010000 11010001 0 100000 1 10001 100101110 101011 1000110

Color Harmonies of #D390D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390D1

Black with #D390D1

Text Example


Text Example

White with #D390D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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