Html Css Color HEX #D399DC Plum

📋 copy color: '#D399DC'

red 211 ◦ green 153 ◦ blue 220

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

Shades of Plum #D399DC

Tints of Plum #D399DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.2%

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 36.13%
G = 26.2%
B = 37.67%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D399DC (or 0xD399DC) is known color: Plum. HEX triplet: D3, 99 and DC. RGB value is (211,153,220). Sum of RGB (Red+Green+Blue) = 211+153+220=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D399DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399DC is #2C6623. Grayscale: #B1B1B1. Windows color (decimal): -2909732 or 14457299. OLE color: 14457299.

HSL color Cylindrical-coordinate representation of color #D399DC: hue angle of 291.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D399DC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 153 220 -
CMYK 0.04 0.30 0 0.14
HSL 291.94º 0.49% 0.73% -
HSV(B) 291.94º 0.3% 0.86% -
XYZ 51.17 41.8 73.08 -
YUV 177.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 211 153 220 0.04 0.30 0 0.14 291.94 0.49 0.73
Hex D3 99 DC 4 1E 0 E 124 31 49
Octal 323 231 334 4 36 0 16 444 61 111
Binary 11010011 10011001 11011100 100 11110 0 1110 100100100 110001 1001001

Color Harmonies of #D399DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399DC

Black with #D399DC

Text Example


Text Example

White with #D399DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399DC; }

 p { color: rgb(211,153,220); }

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

background-color css

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

 a { background-color: rgb(211,153,220); }

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

border-color css

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

 span { border-color: rgb(211,153,220); }

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