Html Css Color HEX #D390DF Plum

📋 copy color: '#D390DF'

red 211 ◦ green 144 ◦ blue 223

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

Shades of Plum #D390DF

Tints of Plum #D390DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 36.51%
G = 24.91%
B = 38.58%

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

#D390DF (or 0xD390DF) is known color: Plum. HEX triplet: D3, 90 and DF. RGB value is (211,144,223). Sum of RGB (Red+Green+Blue) = 211+144+223=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D390DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390DF is #2C6F20. Grayscale: #ACACAC. Windows color (decimal): -2912033 or 14651603. OLE color: 14651603.

HSL color Cylindrical-coordinate representation of color #D390DF: hue angle of 290.89º degrees, saturation: 0.55, 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 #D390DF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 144 223 -
CMYK 0.05 0.35 0 0.13
HSL 290.89º 0.55% 0.72% -
HSV(B) 290.89º 0.35% 0.87% -
XYZ 50.16 39.12 74.72 -
YUV 173.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 211 144 223 0.05 0.35 0 0.13 290.89 0.55 0.72
Hex D3 90 DF 5 23 0 D 123 37 48
Octal 323 220 337 5 43 0 15 443 67 110
Binary 11010011 10010000 11011111 101 100011 0 1101 100100011 110111 1001000

Color Harmonies of #D390DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390DF

Black with #D390DF

Text Example


Text Example

White with #D390DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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