Html Css Color HEX #D792DD Plum

📋 copy color: '#D792DD'

red 215 ◦ green 146 ◦ blue 221

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

Shades of Plum #D792DD

Tints of Plum #D792DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.09%

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

R = 36.94%
G = 25.09%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D792DD (or 0xD792DD) is known color: Plum. HEX triplet: D7, 92 and DD. RGB value is (215,146,221). Sum of RGB (Red+Green+Blue) = 215+146+221=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D792DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792DD is #286D22. Grayscale: #AEAEAE. Windows color (decimal): -2649379 or 14521047. OLE color: 14521047.

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

Color convert

RGB 215 146 221 -
CMYK 0.03 0.34 0 0.13
HSL 295.2º 0.52% 0.72% -
HSV(B) 295.2º 0.34% 0.87% -
XYZ 51.35 40.23 73.46 -
YUV 175.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 215 146 221 0.03 0.34 0 0.13 295.2 0.52 0.72
Hex D7 92 DD 3 22 0 D 127 34 48
Octal 327 222 335 3 42 0 15 447 64 110
Binary 11010111 10010010 11011101 11 100010 0 1101 100100111 110100 1001000

Color Harmonies of #D792DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792DD

Black with #D792DD

Text Example


Text Example

White with #D792DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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