Html Css Color HEX #D792DC Plum

📋 copy color: '#D792DC'

red 215 ◦ green 146 ◦ blue 220

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

Shades of Plum #D792DC

Tints of Plum #D792DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 37.01%
G = 25.13%
B = 37.87%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D792DC (or 0xD792DC) is known color: Plum. HEX triplet: D7, 92 and DC. RGB value is (215,146,220). Sum of RGB (Red+Green+Blue) = 215+146+220=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D792DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792DC is #286D23. Grayscale: #AEAEAE. Windows color (decimal): -2649380 or 14455511. OLE color: 14455511.

HSL color Cylindrical-coordinate representation of color #D792DC: hue angle of 295.95º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D792DC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 146 220 -
CMYK 0.02 0.34 0 0.14
HSL 295.95º 0.51% 0.72% -
HSV(B) 295.95º 0.34% 0.86% -
XYZ 51.22 40.17 72.76 -
YUV 175.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 215 146 220 0.02 0.34 0 0.14 295.95 0.51 0.72
Hex D7 92 DC 2 22 0 E 128 33 48
Octal 327 222 334 2 42 0 16 450 63 110
Binary 11010111 10010010 11011100 10 100010 0 1110 100101000 110011 1001000

Color Harmonies of #D792DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792DC

Black with #D792DC

Text Example


Text Example

White with #D792DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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