Html Css Color HEX #D794DD Plum

📋 copy color: '#D794DD'

red 215 ◦ green 148 ◦ blue 221

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

Shades of Plum #D794DD

Tints of Plum #D794DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 36.82%
G = 25.34%
B = 37.84%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D794DD (or 0xD794DD) is known color: Plum. HEX triplet: D7, 94 and DD. RGB value is (215,148,221). Sum of RGB (Red+Green+Blue) = 215+148+221=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D794DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794DD is #286B22. Grayscale: #B0B0B0. Windows color (decimal): -2648867 or 14521559. OLE color: 14521559.

HSL color Cylindrical-coordinate representation of color #D794DD: hue angle of 295.07º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D794DD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 148 221 -
CMYK 0.03 0.33 0 0.13
HSL 295.07º 0.52% 0.72% -
HSV(B) 295.07º 0.33% 0.87% -
XYZ 51.67 40.85 73.57 -
YUV 176.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 215 148 221 0.03 0.33 0 0.13 295.07 0.52 0.72
Hex D7 94 DD 3 21 0 D 127 34 48
Octal 327 224 335 3 41 0 15 447 64 110
Binary 11010111 10010100 11011101 11 100001 0 1101 100100111 110100 1001000

Color Harmonies of #D794DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794DD

Black with #D794DD

Text Example


Text Example

White with #D794DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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