Html Css Color HEX #D792CD Plum

📋 copy color: '#D792CD'

red 215 ◦ green 146 ◦ blue 205

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

Shades of Plum #D792CD

Tints of Plum #D792CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 37.99%
G = 25.8%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D792CD (or 0xD792CD) is known color: Plum. HEX triplet: D7, 92 and CD. RGB value is (215,146,205). Sum of RGB (Red+Green+Blue) = 215+146+205=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D792CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792CD is #286D32. Grayscale: #ADADAD. Windows color (decimal): -2649395 or 13472471. OLE color: 13472471.

HSL color Cylindrical-coordinate representation of color #D792CD: hue angle of 308.7º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792CD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 146 205 -
CMYK 0 0.32 0.05 0.16
HSL 308.7º 0.46% 0.71% -
HSV(B) 308.7º 0.32% 0.84% -
XYZ 49.32 39.41 62.77 -
YUV 173.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 215 146 205 0 0.32 0.05 0.16 308.7 0.46 0.71
Hex D7 92 CD 0 20 5 10 135 2E 47
Octal 327 222 315 0 40 5 20 465 56 107
Binary 11010111 10010010 11001101 0 100000 101 10000 100110101 101110 1000111

Color Harmonies of #D792CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792CD

Black with #D792CD

Text Example


Text Example

White with #D792CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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