Html Css Color HEX #D397DB Plum

📋 copy color: '#D397DB'

red 211 ◦ green 151 ◦ blue 219

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

Shades of Plum #D397DB

Tints of Plum #D397DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 36.32%
G = 25.99%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D397DB (or 0xD397DB) is known color: Plum. HEX triplet: D3, 97 and DB. RGB value is (211,151,219). Sum of RGB (Red+Green+Blue) = 211+151+219=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D397DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DB is #2C6824. Grayscale: #B0B0B0. Windows color (decimal): -2910245 or 14391251. OLE color: 14391251.

HSL color Cylindrical-coordinate representation of color #D397DB: hue angle of 292.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D397DB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 151 219 -
CMYK 0.04 0.31 0 0.14
HSL 292.94º 0.49% 0.73% -
HSV(B) 292.94º 0.31% 0.86% -
XYZ 50.72 41.1 72.28 -
YUV 176.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 211 151 219 0.04 0.31 0 0.14 292.94 0.49 0.73
Hex D3 97 DB 4 1F 0 E 125 31 49
Octal 323 227 333 4 37 0 16 445 61 111
Binary 11010011 10010111 11011011 100 11111 0 1110 100100101 110001 1001001

Color Harmonies of #D397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397DB

Black with #D397DB

Text Example


Text Example

White with #D397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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