Html Css Color HEX #D397DD Plum

📋 copy color: '#D397DD'

red 211 ◦ green 151 ◦ blue 221

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

Shades of Plum #D397DD

Tints of Plum #D397DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.9%

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 36.19%
G = 25.9%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D397DD (or 0xD397DD) is known color: Plum. HEX triplet: D3, 97 and DD. RGB value is (211,151,221). Sum of RGB (Red+Green+Blue) = 211+151+221=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D397DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DD is #2C6822. Grayscale: #B0B0B0. Windows color (decimal): -2910243 or 14522323. OLE color: 14522323.

HSL color Cylindrical-coordinate representation of color #D397DD: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D397DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 151 221 -
CMYK 0.05 0.32 0 0.13
HSL 291.43º 0.51% 0.73% -
HSV(B) 291.43º 0.32% 0.87% -
XYZ 50.98 41.2 73.67 -
YUV 176.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 211 151 221 0.05 0.32 0 0.13 291.43 0.51 0.73
Hex D3 97 DD 5 20 0 D 123 33 49
Octal 323 227 335 5 40 0 15 443 63 111
Binary 11010011 10010111 11011101 101 100000 0 1101 100100011 110011 1001001

Color Harmonies of #D397DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397DD

Black with #D397DD

Text Example


Text Example

White with #D397DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397DD; }

 p { color: rgb(211,151,221); }

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

background-color css

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

 a { background-color: rgb(211,151,221); }

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

border-color css

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

 span { border-color: rgb(211,151,221); }

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