Html Css Color HEX #D798D5 Plum

📋 copy color: '#D798D5'

red 215 ◦ green 152 ◦ blue 213

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

Shades of Plum #D798D5

Tints of Plum #D798D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.72%

R = 37.07%
G = 26.21%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D798D5 (or 0xD798D5) is known color: Plum. HEX triplet: D7, 98 and D5. RGB value is (215,152,213). Sum of RGB (Red+Green+Blue) = 215+152+213=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D798D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798D5 is #28672A. Grayscale: #B1B1B1. Windows color (decimal): -2647851 or 13998295. OLE color: 13998295.

HSL color Cylindrical-coordinate representation of color #D798D5: hue angle of 301.9º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D798D5 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 213 -
CMYK 0 0.29 0.01 0.16
HSL 301.9º 0.44% 0.72% -
HSV(B) 301.9º 0.29% 0.84% -
XYZ 51.26 41.71 68.3 -
YUV 177.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 215 152 213 0 0.29 0.01 0.16 301.9 0.44 0.72
Hex D7 98 D5 0 1D 1 10 12E 2C 48
Octal 327 230 325 0 35 1 20 456 54 110
Binary 11010111 10011000 11010101 0 11101 1 10000 100101110 101100 1001000

Color Harmonies of #D798D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798D5

Black with #D798D5

Text Example


Text Example

White with #D798D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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