Html Css Color HEX #D396DA Plum

📋 copy color: '#D396DA'

red 211 ◦ green 150 ◦ blue 218

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

Shades of Plum #D396DA

Tints of Plum #D396DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.91%

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

R = 36.44%
G = 25.91%
B = 37.65%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D396DA (or 0xD396DA) is known color: Plum. HEX triplet: D3, 96 and DA. RGB value is (211,150,218). Sum of RGB (Red+Green+Blue) = 211+150+218=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D396DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396DA is #2C6925. Grayscale: #AFAFAF. Windows color (decimal): -2910502 or 14325459. OLE color: 14325459.

HSL color Cylindrical-coordinate representation of color #D396DA: hue angle of 293.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D396DA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 150 218 -
CMYK 0.03 0.31 0 0.15
HSL 293.82º 0.48% 0.72% -
HSV(B) 293.82º 0.31% 0.85% -
XYZ 50.43 40.72 71.53 -
YUV 175.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 211 150 218 0.03 0.31 0 0.15 293.82 0.48 0.72
Hex D3 96 DA 3 1F 0 F 126 30 48
Octal 323 226 332 3 37 0 17 446 60 110
Binary 11010011 10010110 11011010 11 11111 0 1111 100100110 110000 1001000

Color Harmonies of #D396DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396DA

Black with #D396DA

Text Example


Text Example

White with #D396DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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