Html Css Color HEX #D798DF Plum

📋 copy color: '#D798DF'

red 215 ◦ green 152 ◦ blue 223

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

Shades of Plum #D798DF

Tints of Plum #D798DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 36.44%
G = 25.76%
B = 37.8%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D798DF (or 0xD798DF) is known color: Plum. HEX triplet: D7, 98 and DF. RGB value is (215,152,223). Sum of RGB (Red+Green+Blue) = 215+152+223=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D798DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798DF is #286720. Grayscale: #B2B2B2. Windows color (decimal): -2647841 or 14653655. OLE color: 14653655.

HSL color Cylindrical-coordinate representation of color #D798DF: hue angle of 293.24º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D798DF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 152 223 -
CMYK 0.04 0.32 0 0.13
HSL 293.24º 0.53% 0.74% -
HSV(B) 293.24º 0.32% 0.87% -
XYZ 52.57 42.23 75.19 -
YUV 178.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 215 152 223 0.04 0.32 0 0.13 293.24 0.53 0.74
Hex D7 98 DF 4 20 0 D 125 35 4A
Octal 327 230 337 4 40 0 15 445 65 112
Binary 11010111 10011000 11011111 100 100000 0 1101 100100101 110101 1001010

Color Harmonies of #D798DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798DF

Black with #D798DF

Text Example


Text Example

White with #D798DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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