Html Css Color HEX #D794CE Plum

📋 copy color: '#D794CE'

red 215 ◦ green 148 ◦ blue 206

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

Shades of Plum #D794CE

Tints of Plum #D794CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.01%

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 37.79%
G = 26.01%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D794CE (or 0xD794CE) is known color: Plum. HEX triplet: D7, 94 and CE. RGB value is (215,148,206). Sum of RGB (Red+Green+Blue) = 215+148+206=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D794CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794CE is #286B31. Grayscale: #AEAEAE. Windows color (decimal): -2648882 or 13538519. OLE color: 13538519.

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

Color convert

RGB 215 148 206 -
CMYK 0 0.31 0.04 0.16
HSL 308.06º 0.46% 0.71% -
HSV(B) 308.06º 0.31% 0.84% -
XYZ 49.75 40.08 63.51 -
YUV 174.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 215 148 206 0 0.31 0.04 0.16 308.06 0.46 0.71
Hex D7 94 CE 0 1F 4 10 134 2E 47
Octal 327 224 316 0 37 4 20 464 56 107
Binary 11010111 10010100 11001110 0 11111 100 10000 100110100 101110 1000111

Color Harmonies of #D794CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794CE

Black with #D794CE

Text Example


Text Example

White with #D794CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794CE; }

 p { color: rgb(215,148,206); }

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

background-color css

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

 a { background-color: rgb(215,148,206); }

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

border-color css

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

 span { border-color: rgb(215,148,206); }

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