Html Css Color HEX #D397D9 Plum

📋 copy color: '#D397D9'

red 211 ◦ green 151 ◦ blue 217

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

Shades of Plum #D397D9

Tints of Plum #D397D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 36.44%
G = 26.08%
B = 37.48%

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

#D397D9 (or 0xD397D9) is known color: Plum. HEX triplet: D3, 97 and D9. RGB value is (211,151,217). Sum of RGB (Red+Green+Blue) = 211+151+217=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #D397D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397D9 is #2C6826. Grayscale: #B0B0B0. Windows color (decimal): -2910247 or 14260179. OLE color: 14260179.

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

Color convert

RGB 211 151 217 -
CMYK 0.03 0.30 0 0.15
HSL 294.55º 0.46% 0.72% -
HSV(B) 294.55º 0.3% 0.85% -
XYZ 50.45 40.99 70.9 -
YUV 176.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 211 151 217 0.03 0.30 0 0.15 294.55 0.46 0.72
Hex D3 97 D9 3 1E 0 F 127 2E 48
Octal 323 227 331 3 36 0 17 447 56 110
Binary 11010011 10010111 11011001 11 11110 0 1111 100100111 101110 1001000

Color Harmonies of #D397D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397D9

Black with #D397D9

Text Example


Text Example

White with #D397D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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