Html Css Color HEX #D397DE Plum

📋 copy color: '#D397DE'

red 211 ◦ green 151 ◦ blue 222

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

Shades of Plum #D397DE

Tints of Plum #D397DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 36.13%
G = 25.86%
B = 38.01%

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

#D397DE (or 0xD397DE) is known color: Plum. HEX triplet: D3, 97 and DE. RGB value is (211,151,222). Sum of RGB (Red+Green+Blue) = 211+151+222=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #D397DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DE is #2C6821. Grayscale: #B0B0B0. Windows color (decimal): -2910242 or 14587859. OLE color: 14587859.

HSL color Cylindrical-coordinate representation of color #D397DE: hue angle of 290.7º degrees, saturation: 0.52, 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 #D397DE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 151 222 -
CMYK 0.05 0.32 0 0.13
HSL 290.7º 0.52% 0.73% -
HSV(B) 290.7º 0.32% 0.87% -
XYZ 51.12 41.26 74.38 -
YUV 177.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 211 151 222 0.05 0.32 0 0.13 290.7 0.52 0.73
Hex D3 97 DE 5 20 0 D 123 34 49
Octal 323 227 336 5 40 0 15 443 64 111
Binary 11010011 10010111 11011110 101 100000 0 1101 100100011 110100 1001001

Color Harmonies of #D397DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397DE

Black with #D397DE

Text Example


Text Example

White with #D397DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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