Html Css Color HEX #D794E5 Plum

📋 copy color: '#D794E5'

red 215 ◦ green 148 ◦ blue 229

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

Shades of Plum #D794E5

Tints of Plum #D794E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25%

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 36.32%
G = 25%
B = 38.68%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D794E5 (or 0xD794E5) is known color: Plum. HEX triplet: D7, 94 and E5. RGB value is (215,148,229). Sum of RGB (Red+Green+Blue) = 215+148+229=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #D794E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794E5 is #286B1A. Grayscale: #B1B1B1. Windows color (decimal): -2648859 or 15045847. OLE color: 15045847.

HSL color Cylindrical-coordinate representation of color #D794E5: hue angle of 289.63º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D794E5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 148 229 -
CMYK 0.06 0.35 0 0.10
HSL 289.63º 0.61% 0.74% -
HSV(B) 289.63º 0.35% 0.9% -
XYZ 52.76 41.28 79.32 -
YUV 177.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 215 148 229 0.06 0.35 0 0.10 289.63 0.61 0.74
Hex D7 94 E5 6 23 0 A 122 3D 4A
Octal 327 224 345 6 43 0 12 442 75 112
Binary 11010111 10010100 11100101 110 100011 0 1010 100100010 111101 1001010

Color Harmonies of #D794E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794E5

Black with #D794E5

Text Example


Text Example

White with #D794E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794E5; }

 p { color: rgb(215,148,229); }

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

background-color css

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

 a { background-color: rgb(215,148,229); }

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

border-color css

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

 span { border-color: rgb(215,148,229); }

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