Html Css Color HEX #D798DB Plum

📋 copy color: '#D798DB'

red 215 ◦ green 152 ◦ blue 219

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

Shades of Plum #D798DB

Tints of Plum #D798DB

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

 GREEN value IS 152 (59.77% from 255) = 25.94%

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

R = 36.69%
G = 25.94%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D798DB (or 0xD798DB) is known color: Plum. HEX triplet: D7, 98 and DB. RGB value is (215,152,219). Sum of RGB (Red+Green+Blue) = 215+152+219=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D798DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798DB is #286724. Grayscale: #B2B2B2. Windows color (decimal): -2647845 or 14391511. OLE color: 14391511.

HSL color Cylindrical-coordinate representation of color #D798DB: hue angle of 296.42º degrees, saturation: 0.48, 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 #D798DB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 152 219 -
CMYK 0.02 0.31 0 0.14
HSL 296.42º 0.48% 0.73% -
HSV(B) 296.42º 0.31% 0.86% -
XYZ 52.04 42.02 72.39 -
YUV 178.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 215 152 219 0.02 0.31 0 0.14 296.42 0.48 0.73
Hex D7 98 DB 2 1F 0 E 128 30 49
Octal 327 230 333 2 37 0 16 450 60 111
Binary 11010111 10011000 11011011 10 11111 0 1110 100101000 110000 1001001

Color Harmonies of #D798DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798DB

Black with #D798DB

Text Example


Text Example

White with #D798DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798DB; }

 p { color: rgb(215,152,219); }

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

background-color css

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

 a { background-color: rgb(215,152,219); }

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

border-color css

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

 span { border-color: rgb(215,152,219); }

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