Html Css Color HEX #D798D8 Plum

📋 copy color: '#D798D8'

red 215 ◦ green 152 ◦ blue 216

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

Shades of Plum #D798D8

Tints of Plum #D798D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.05%

R = 36.88%
G = 26.07%
B = 37.05%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D798D8 (or 0xD798D8) is known color: Plum. HEX triplet: D7, 98 and D8. RGB value is (215,152,216). Sum of RGB (Red+Green+Blue) = 215+152+216=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #D798D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798D8 is #286727. Grayscale: #B1B1B1. Windows color (decimal): -2647848 or 14194903. OLE color: 14194903.

HSL color Cylindrical-coordinate representation of color #D798D8: hue angle of 299.06º degrees, saturation: 0.45, 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 #D798D8 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 152 216 -
CMYK 0.00 0.30 0 0.15
HSL 299.06º 0.45% 0.72% -
HSV(B) 299.06º 0.3% 0.85% -
XYZ 51.65 41.86 70.32 -
YUV 178.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 215 152 216 0.00 0.30 0 0.15 299.06 0.45 0.72
Hex D7 98 D8 0 1E 0 F 12B 2D 48
Octal 327 230 330 0 36 0 17 453 55 110
Binary 11010111 10011000 11011000 0 11110 0 1111 100101011 101101 1001000

Color Harmonies of #D798D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798D8

Black with #D798D8

Text Example


Text Example

White with #D798D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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