Html Css Color HEX #D794CF Plum

📋 copy color: '#D794CF'

red 215 ◦ green 148 ◦ blue 207

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

Shades of Plum #D794CF

Tints of Plum #D794CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 37.72%
G = 25.96%
B = 36.32%

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

#D794CF (or 0xD794CF) is known color: Plum. HEX triplet: D7, 94 and CF. RGB value is (215,148,207). Sum of RGB (Red+Green+Blue) = 215+148+207=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D794CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794CF is #286B30. Grayscale: #AEAEAE. Windows color (decimal): -2648881 or 13604055. OLE color: 13604055.

HSL color Cylindrical-coordinate representation of color #D794CF: hue angle of 307.16º 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 #D794CF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 207 -
CMYK 0 0.31 0.04 0.16
HSL 307.16º 0.46% 0.71% -
HSV(B) 307.16º 0.31% 0.84% -
XYZ 49.88 40.13 64.15 -
YUV 174.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 215 148 207 0 0.31 0.04 0.16 307.16 0.46 0.71
Hex D7 94 CF 0 1F 4 10 133 2E 47
Octal 327 224 317 0 37 4 20 463 56 107
Binary 11010111 10010100 11001111 0 11111 100 10000 100110011 101110 1000111

Color Harmonies of #D794CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794CF

Black with #D794CF

Text Example


Text Example

White with #D794CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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