Html Css Color HEX #D399DA Plum

📋 copy color: '#D399DA'

red 211 ◦ green 153 ◦ blue 218

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

Shades of Plum #D399DA

Tints of Plum #D399DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 36.25%
G = 26.29%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D399DA (or 0xD399DA) is known color: Plum. HEX triplet: D3, 99 and DA. RGB value is (211,153,218). Sum of RGB (Red+Green+Blue) = 211+153+218=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D399DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399DA is #2C6625. Grayscale: #B1B1B1. Windows color (decimal): -2909734 or 14326227. OLE color: 14326227.

HSL color Cylindrical-coordinate representation of color #D399DA: hue angle of 293.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D399DA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 153 218 -
CMYK 0.03 0.30 0 0.15
HSL 293.54º 0.47% 0.73% -
HSV(B) 293.54º 0.3% 0.85% -
XYZ 50.91 41.69 71.69 -
YUV 177.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 211 153 218 0.03 0.30 0 0.15 293.54 0.47 0.73
Hex D3 99 DA 3 1E 0 F 126 2F 49
Octal 323 231 332 3 36 0 17 446 57 111
Binary 11010011 10011001 11011010 11 11110 0 1111 100100110 101111 1001001

Color Harmonies of #D399DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399DA

Black with #D399DA

Text Example


Text Example

White with #D399DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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