Html Css Color HEX #D793DD Plum

📋 copy color: '#D793DD'

red 215 ◦ green 147 ◦ blue 221

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

Shades of Plum #D793DD

Tints of Plum #D793DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.21%

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

R = 36.88%
G = 25.21%
B = 37.91%

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

#D793DD (or 0xD793DD) is known color: Plum. HEX triplet: D7, 93 and DD. RGB value is (215,147,221). Sum of RGB (Red+Green+Blue) = 215+147+221=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D793DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793DD is #286C22. Grayscale: #AFAFAF. Windows color (decimal): -2649123 or 14521303. OLE color: 14521303.

HSL color Cylindrical-coordinate representation of color #D793DD: hue angle of 295.14º 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 #D793DD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 147 221 -
CMYK 0.03 0.33 0 0.13
HSL 295.14º 0.52% 0.72% -
HSV(B) 295.14º 0.33% 0.87% -
XYZ 51.51 40.53 73.52 -
YUV 175.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 215 147 221 0.03 0.33 0 0.13 295.14 0.52 0.72
Hex D7 93 DD 3 21 0 D 127 34 48
Octal 327 223 335 3 41 0 15 447 64 110
Binary 11010111 10010011 11011101 11 100001 0 1101 100100111 110100 1001000

Color Harmonies of #D793DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D793DD

Black with #D793DD

Text Example


Text Example

White with #D793DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D793DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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