Html Css Color HEX #D792E5 Plum

📋 copy color: '#D792E5'

red 215 ◦ green 146 ◦ blue 229

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

Shades of Plum #D792E5

Tints of Plum #D792E5

RGB

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

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

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

R = 36.44%
G = 24.75%
B = 38.81%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D792E5 (or 0xD792E5) is known color: Plum. HEX triplet: D7, 92 and E5. RGB value is (215,146,229). Sum of RGB (Red+Green+Blue) = 215+146+229=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #D792E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792E5 is #286D1A. Grayscale: #AFAFAF. Windows color (decimal): -2649371 or 15045335. OLE color: 15045335.

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

Color convert

RGB 215 146 229 -
CMYK 0.06 0.36 0 0.10
HSL 289.88º 0.61% 0.74% -
HSV(B) 289.88º 0.36% 0.9% -
XYZ 52.45 40.66 79.21 -
YUV 176.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 215 146 229 0.06 0.36 0 0.10 289.88 0.61 0.74
Hex D7 92 E5 6 24 0 A 122 3D 4A
Octal 327 222 345 6 44 0 12 442 75 112
Binary 11010111 10010010 11100101 110 100100 0 1010 100100010 111101 1001010

Color Harmonies of #D792E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792E5

Black with #D792E5

Text Example


Text Example

White with #D792E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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