Html Css Color HEX #D792DA Plum

📋 copy color: '#D792DA'

red 215 ◦ green 146 ◦ blue 218

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

Shades of Plum #D792DA

Tints of Plum #D792DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 37.13%
G = 25.22%
B = 37.65%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D792DA (or 0xD792DA) is known color: Plum. HEX triplet: D7, 92 and DA. RGB value is (215,146,218). Sum of RGB (Red+Green+Blue) = 215+146+218=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D792DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792DA is #286D25. Grayscale: #AEAEAE. Windows color (decimal): -2649382 or 14324439. OLE color: 14324439.

HSL color Cylindrical-coordinate representation of color #D792DA: hue angle of 297.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D792DA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 146 218 -
CMYK 0.01 0.33 0 0.15
HSL 297.5º 0.49% 0.71% -
HSV(B) 297.5º 0.33% 0.85% -
XYZ 50.96 40.07 71.38 -
YUV 174.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 215 146 218 0.01 0.33 0 0.15 297.5 0.49 0.71
Hex D7 92 DA 1 21 0 F 12A 31 47
Octal 327 222 332 1 41 0 17 452 61 107
Binary 11010111 10010010 11011010 1 100001 0 1111 100101010 110001 1000111

Color Harmonies of #D792DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792DA

Black with #D792DA

Text Example


Text Example

White with #D792DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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