Html Css Color HEX #D798DA Plum

📋 copy color: '#D798DA'

red 215 ◦ green 152 ◦ blue 218

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

Shades of Plum #D798DA

Tints of Plum #D798DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 36.75%
G = 25.98%
B = 37.26%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D798DA (or 0xD798DA) is known color: Plum. HEX triplet: D7, 98 and DA. RGB value is (215,152,218). Sum of RGB (Red+Green+Blue) = 215+152+218=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D798DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798DA is #286725. Grayscale: #B2B2B2. Windows color (decimal): -2647846 or 14325975. OLE color: 14325975.

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

Color convert

RGB 215 152 218 -
CMYK 0.01 0.30 0 0.15
HSL 297.27º 0.47% 0.73% -
HSV(B) 297.27º 0.3% 0.85% -
XYZ 51.91 41.97 71.69 -
YUV 178.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 215 152 218 0.01 0.30 0 0.15 297.27 0.47 0.73
Hex D7 98 DA 1 1E 0 F 129 2F 49
Octal 327 230 332 1 36 0 17 451 57 111
Binary 11010111 10011000 11011010 1 11110 0 1111 100101001 101111 1001001

Color Harmonies of #D798DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798DA

Black with #D798DA

Text Example


Text Example

White with #D798DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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